Shades of Texas #EEE478
Tints of Texas #EEE478
RGB
CMYK
RGB Variations
Color information
#EEE478 (or 0xEEE478) is known color: Texas. HEX triplet: EE, E4 and 78. RGB value is (238,228,120). Sum of RGB (Red+Green+Blue) = 238+228+120=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 228 (89.45% from 255 or 38.91% from 586); Blue value is 120 (47.27% from 255 or 20.48% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE478 is #111B87. Grayscale: #DBDBDB. Windows color (decimal): -1121160 or 7922926. OLE color: 7922926.
HSL color Cylindrical-coordinate representation of color #EEE478: hue angle of 54.92º 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 #EEE478 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 120 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.07 |
| HSL | 54.92º | 0.78% | 0.7% | - |
| HSV(B) | 54.92º | 0.5% | 0.93% | - |
| XYZ | 66.39 | 75.02 | 28.75 | - |
| YUV | 218.68 | 72.31 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 120 | 0 | 0.04 | 0.50 | 0.07 | 54.92 | 0.78 | 0.7 |
| Hex | EE | E4 | 78 | 0 | 4 | 32 | 7 | 37 | 4E | 46 |
| Octal | 356 | 344 | 170 | 0 | 4 | 62 | 7 | 67 | 116 | 106 |
| Binary | 11101110 | 11100100 | 1111000 | 0 | 100 | 110010 | 111 | 110111 | 1001110 | 1000110 |
Color Harmonies of #EEE478
Complementary color
Monochromatic Colors of #EEE478
Black with #EEE478
Text Example
Text Example
White with #EEE478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE478; }
p { color: rgb(238,228,120); }
H1.HeaderClassName
{
color: #EEE478;
}
.AnyTagClassName
{
color: #EEE478;
}
</style>
background-color css
<style>
a { background-color: #EEE478; }
a { background-color: rgb(238,228,120); }
div.DivClassName
{
background-color: #EEE478;
}
.BgClassName
{
background-color: #EEE478;
}
</style>
border-color css
<style>
span { border-color: #EEE478; }
span { border-color: rgb(238,228,120); }
td.TdClassName
{
border-color: #EEE478;
}
.TagClassName
{
border-color: #EEE478;
}
</style>