Shades of Texas #EEE576
Tints of Texas #EEE576
RGB
CMYK
RGB Variations
Color information
#EEE576 (or 0xEEE576) is known color: Texas. HEX triplet: EE, E5 and 76. RGB value is (238,229,118). Sum of RGB (Red+Green+Blue) = 238+229+118=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 229 (89.84% from 255 or 39.15% from 585); Blue value is 118 (46.48% from 255 or 20.17% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE576 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE576 is #111A89. Grayscale: #DBDBDB. Windows color (decimal): -1120906 or 7792110. OLE color: 7792110.
HSL color Cylindrical-coordinate representation of color #EEE576: hue angle of 55.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 #EEE576 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 118 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.07 |
| HSL | 55.5º | 0.78% | 0.7% | - |
| HSV(B) | 55.5º | 0.5% | 0.93% | - |
| XYZ | 66.55 | 75.52 | 28.21 | - |
| YUV | 219.04 | 70.98 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 118 | 0 | 0.04 | 0.50 | 0.07 | 55.5 | 0.78 | 0.7 |
| Hex | EE | E5 | 76 | 0 | 4 | 32 | 7 | 38 | 4E | 46 |
| Octal | 356 | 345 | 166 | 0 | 4 | 62 | 7 | 70 | 116 | 106 |
| Binary | 11101110 | 11100101 | 1110110 | 0 | 100 | 110010 | 111 | 111000 | 1001110 | 1000110 |
Color Harmonies of #EEE576
Complementary color
Monochromatic Colors of #EEE576
Black with #EEE576
Text Example
Text Example
White with #EEE576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE576; }
p { color: rgb(238,229,118); }
H1.HeaderClassName
{
color: #EEE576;
}
.AnyTagClassName
{
color: #EEE576;
}
</style>
background-color css
<style>
a { background-color: #EEE576; }
a { background-color: rgb(238,229,118); }
div.DivClassName
{
background-color: #EEE576;
}
.BgClassName
{
background-color: #EEE576;
}
</style>
border-color css
<style>
span { border-color: #EEE576; }
span { border-color: rgb(238,229,118); }
td.TdClassName
{
border-color: #EEE576;
}
.TagClassName
{
border-color: #EEE576;
}
</style>