In: Electrical Engineering
.How many bits would be used to represent the following text string in extended ASCII? "I like this HW!"
.What is the hexadecimal value of the color black and the color white on the web?
. What is the minimum length of the binary code I would need to use if I wanted to assign a unique binary code to 93 students in the class?
hexa decimal value of the color white on the web: color hex code is a way of specifying color using hexadecimal values. The code itself is a hex triplet, which represents three separate values that specify the levels of the component colors. The code starts with a pound sign (#) and is followed by six hex values or three hex value pairs (for example, #AFD645). The code is generally associated with HTML and websites, viewed on a screen, and as such the hex value pairs refer to the RGB color space.
A color hex code describes the composition of a certain color in a specific color space, usually RGB. In the case of RGB, the first value pair refers to red, the second to green and the third to blue, with decimal values ranging from 0 to 255, or in hexadecimal 0 to FF (#RRGGBB). RGB is an additive color space, meaning that when all three colors are put together the result is white (white light). For example, the color hex code for white is #FFFFFF or in decimal 255, 255, 255; and at the opposite end is black #000000. Yellow is made up of red and green, so its hex code is #FFFF00. Other color spaces using hex codes include
the hexa decimal value of the color white color on web is FFFFFF
the hexa decimal value of the color black on web is 000000