Shades of Texas #EEE276
Tints of Texas #EEE276
RGB
CMYK
RGB Variations
Color information
#EEE276 (or 0xEEE276) is known color: Texas. HEX triplet: EE, E2 and 76. RGB value is (238,226,118). Sum of RGB (Red+Green+Blue) = 238+226+118=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 226 (88.67% from 255 or 38.83% from 582); Blue value is 118 (46.48% from 255 or 20.27% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE276 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE276 is #111D89. Grayscale: #D9D9D9. Windows color (decimal): -1121674 or 7791342. OLE color: 7791342.
HSL color Cylindrical-coordinate representation of color #EEE276: hue angle of 54º 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 #EEE276 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 118 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.07 |
| HSL | 54º | 0.78% | 0.7% | - |
| HSV(B) | 54º | 0.5% | 0.93% | - |
| XYZ | 65.73 | 73.88 | 27.94 | - |
| YUV | 217.28 | 71.98 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 118 | 0 | 0.05 | 0.50 | 0.07 | 54 | 0.78 | 0.7 |
| Hex | EE | E2 | 76 | 0 | 5 | 32 | 7 | 36 | 4E | 46 |
| Octal | 356 | 342 | 166 | 0 | 5 | 62 | 7 | 66 | 116 | 106 |
| Binary | 11101110 | 11100010 | 1110110 | 0 | 101 | 110010 | 111 | 110110 | 1001110 | 1000110 |
Color Harmonies of #EEE276
Complementary color
Monochromatic Colors of #EEE276
Black with #EEE276
Text Example
Text Example
White with #EEE276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE276; }
p { color: rgb(238,226,118); }
H1.HeaderClassName
{
color: #EEE276;
}
.AnyTagClassName
{
color: #EEE276;
}
</style>
background-color css
<style>
a { background-color: #EEE276; }
a { background-color: rgb(238,226,118); }
div.DivClassName
{
background-color: #EEE276;
}
.BgClassName
{
background-color: #EEE276;
}
</style>
border-color css
<style>
span { border-color: #EEE276; }
span { border-color: rgb(238,226,118); }
td.TdClassName
{
border-color: #EEE276;
}
.TagClassName
{
border-color: #EEE276;
}
</style>