Shades of Texas #EEE880
Tints of Texas #EEE880
RGB
CMYK
RGB Variations
Color information
#EEE880 (or 0xEEE880) is known color: Texas. HEX triplet: EE, E8 and 80. RGB value is (238,232,128). Sum of RGB (Red+Green+Blue) = 238+232+128=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 232 (91.02% from 255 or 38.80% from 598); Blue value is 128 (50.39% from 255 or 21.40% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE880 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE880 is #11177F. Grayscale: #DEDEDE. Windows color (decimal): -1120128 or 8448238. OLE color: 8448238.
HSL color Cylindrical-coordinate representation of color #EEE880: hue angle of 56.73º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EEE880 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 128 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.07 |
| HSL | 56.73º | 0.76% | 0.72% | - |
| HSV(B) | 56.73º | 0.46% | 0.93% | - |
| XYZ | 68.01 | 77.45 | 31.79 | - |
| YUV | 221.94 | 74.99 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 128 | 0 | 0.03 | 0.46 | 0.07 | 56.73 | 0.76 | 0.72 |
| Hex | EE | E8 | 80 | 0 | 3 | 2E | 7 | 39 | 4C | 48 |
| Octal | 356 | 350 | 200 | 0 | 3 | 56 | 7 | 71 | 114 | 110 |
| Binary | 11101110 | 11101000 | 10000000 | 0 | 11 | 101110 | 111 | 111001 | 1001100 | 1001000 |
Color Harmonies of #EEE880
Complementary color
Monochromatic Colors of #EEE880
Black with #EEE880
Text Example
Text Example
White with #EEE880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE880; }
p { color: rgb(238,232,128); }
H1.HeaderClassName
{
color: #EEE880;
}
.AnyTagClassName
{
color: #EEE880;
}
</style>
background-color css
<style>
a { background-color: #EEE880; }
a { background-color: rgb(238,232,128); }
div.DivClassName
{
background-color: #EEE880;
}
.BgClassName
{
background-color: #EEE880;
}
</style>
border-color css
<style>
span { border-color: #EEE880; }
span { border-color: rgb(238,232,128); }
td.TdClassName
{
border-color: #EEE880;
}
.TagClassName
{
border-color: #EEE880;
}
</style>