Shades of Texas #EEE476
Tints of Texas #EEE476
RGB
CMYK
RGB Variations
Color information
#EEE476 (or 0xEEE476) is known color: Texas. HEX triplet: EE, E4 and 76. RGB value is (238,228,118). Sum of RGB (Red+Green+Blue) = 238+228+118=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 228 (89.45% from 255 or 39.04% from 584); Blue value is 118 (46.48% from 255 or 20.21% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE476 is #111B89. Grayscale: #DADADA. Windows color (decimal): -1121162 or 7791854. OLE color: 7791854.
HSL color Cylindrical-coordinate representation of color #EEE476: hue angle of 55º 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 #EEE476 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 118 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.07 |
| HSL | 55º | 0.78% | 0.7% | - |
| HSV(B) | 55º | 0.5% | 0.93% | - |
| XYZ | 66.27 | 74.97 | 28.12 | - |
| YUV | 218.45 | 71.31 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 118 | 0 | 0.04 | 0.50 | 0.07 | 55 | 0.78 | 0.7 |
| Hex | EE | E4 | 76 | 0 | 4 | 32 | 7 | 37 | 4E | 46 |
| Octal | 356 | 344 | 166 | 0 | 4 | 62 | 7 | 67 | 116 | 106 |
| Binary | 11101110 | 11100100 | 1110110 | 0 | 100 | 110010 | 111 | 110111 | 1001110 | 1000110 |
Color Harmonies of #EEE476
Complementary color
Monochromatic Colors of #EEE476
Black with #EEE476
Text Example
Text Example
White with #EEE476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE476; }
p { color: rgb(238,228,118); }
H1.HeaderClassName
{
color: #EEE476;
}
.AnyTagClassName
{
color: #EEE476;
}
</style>
background-color css
<style>
a { background-color: #EEE476; }
a { background-color: rgb(238,228,118); }
div.DivClassName
{
background-color: #EEE476;
}
.BgClassName
{
background-color: #EEE476;
}
</style>
border-color css
<style>
span { border-color: #EEE476; }
span { border-color: rgb(238,228,118); }
td.TdClassName
{
border-color: #EEE476;
}
.TagClassName
{
border-color: #EEE476;
}
</style>