Shades of Texas #EEE976
Tints of Texas #EEE976
RGB
CMYK
RGB Variations
Color information
#EEE976 (or 0xEEE976) is known color: Texas. HEX triplet: EE, E9 and 76. RGB value is (238,233,118). Sum of RGB (Red+Green+Blue) = 238+233+118=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 233 (91.41% from 255 or 39.56% from 589); Blue value is 118 (46.48% from 255 or 20.03% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE976 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEE976 is #111689. Grayscale: #DDDDDD. Windows color (decimal): -1119882 or 7793134. OLE color: 7793134.
HSL color Cylindrical-coordinate representation of color #EEE976: hue angle of 57.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EEE976 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 118 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.07 |
| HSL | 57.5º | 0.78% | 0.7% | - |
| HSV(B) | 57.5º | 0.5% | 0.93% | - |
| XYZ | 67.67 | 77.76 | 28.58 | - |
| YUV | 221.39 | 69.66 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 118 | 0 | 0.02 | 0.50 | 0.07 | 57.5 | 0.78 | 0.7 |
| Hex | EE | E9 | 76 | 0 | 2 | 32 | 7 | 3A | 4E | 46 |
| Octal | 356 | 351 | 166 | 0 | 2 | 62 | 7 | 72 | 116 | 106 |
| Binary | 11101110 | 11101001 | 1110110 | 0 | 10 | 110010 | 111 | 111010 | 1001110 | 1000110 |
Color Harmonies of #EEE976
Complementary color
Monochromatic Colors of #EEE976
Black with #EEE976
Text Example
Text Example
White with #EEE976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE976; }
p { color: rgb(238,233,118); }
H1.HeaderClassName
{
color: #EEE976;
}
.AnyTagClassName
{
color: #EEE976;
}
</style>
background-color css
<style>
a { background-color: #EEE976; }
a { background-color: rgb(238,233,118); }
div.DivClassName
{
background-color: #EEE976;
}
.BgClassName
{
background-color: #EEE976;
}
</style>
border-color css
<style>
span { border-color: #EEE976; }
span { border-color: rgb(238,233,118); }
td.TdClassName
{
border-color: #EEE976;
}
.TagClassName
{
border-color: #EEE976;
}
</style>