Shades of Texas #EEE978
Tints of Texas #EEE978
RGB
CMYK
RGB Variations
Color information
#EEE978 (or 0xEEE978) is known color: Texas. HEX triplet: EE, E9 and 78. RGB value is (238,233,120). Sum of RGB (Red+Green+Blue) = 238+233+120=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 233 (91.41% from 255 or 39.42% from 591); Blue value is 120 (47.27% from 255 or 20.30% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE978 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEE978 is #111687. Grayscale: #DEDEDE. Windows color (decimal): -1119880 or 7924206. OLE color: 7924206.
HSL color Cylindrical-coordinate representation of color #EEE978: hue angle of 57.46º 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 #EEE978 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 120 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.07 |
| HSL | 57.46º | 0.78% | 0.7% | - |
| HSV(B) | 57.46º | 0.5% | 0.93% | - |
| XYZ | 67.79 | 77.81 | 29.22 | - |
| YUV | 221.61 | 70.66 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 120 | 0 | 0.02 | 0.50 | 0.07 | 57.46 | 0.78 | 0.7 |
| Hex | EE | E9 | 78 | 0 | 2 | 32 | 7 | 39 | 4E | 46 |
| Octal | 356 | 351 | 170 | 0 | 2 | 62 | 7 | 71 | 116 | 106 |
| Binary | 11101110 | 11101001 | 1111000 | 0 | 10 | 110010 | 111 | 111001 | 1001110 | 1000110 |
Color Harmonies of #EEE978
Complementary color
Monochromatic Colors of #EEE978
Black with #EEE978
Text Example
Text Example
White with #EEE978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE978; }
p { color: rgb(238,233,120); }
H1.HeaderClassName
{
color: #EEE978;
}
.AnyTagClassName
{
color: #EEE978;
}
</style>
background-color css
<style>
a { background-color: #EEE978; }
a { background-color: rgb(238,233,120); }
div.DivClassName
{
background-color: #EEE978;
}
.BgClassName
{
background-color: #EEE978;
}
</style>
border-color css
<style>
span { border-color: #EEE978; }
span { border-color: rgb(238,233,120); }
td.TdClassName
{
border-color: #EEE978;
}
.TagClassName
{
border-color: #EEE978;
}
</style>