Shades of Texas #EEE981
Tints of Texas #EEE981
RGB
CMYK
RGB Variations
Color information
#EEE981 (or 0xEEE981) is known color: Texas. HEX triplet: EE, E9 and 81. RGB value is (238,233,129). Sum of RGB (Red+Green+Blue) = 238+233+129=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 233 (91.41% from 255 or 38.83% from 600); Blue value is 129 (50.78% from 255 or 21.5% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE981 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE981 is #11167E. Grayscale: #DFDFDF. Windows color (decimal): -1119871 or 8514030. OLE color: 8514030.
HSL color Cylindrical-coordinate representation of color #EEE981: hue angle of 57.25º 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 #EEE981 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 129 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.07 |
| HSL | 57.25º | 0.76% | 0.72% | - |
| HSV(B) | 57.25º | 0.46% | 0.93% | - |
| XYZ | 68.36 | 78.04 | 32.23 | - |
| YUV | 222.64 | 75.16 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 129 | 0 | 0.02 | 0.46 | 0.07 | 57.25 | 0.76 | 0.72 |
| Hex | EE | E9 | 81 | 0 | 2 | 2E | 7 | 39 | 4C | 48 |
| Octal | 356 | 351 | 201 | 0 | 2 | 56 | 7 | 71 | 114 | 110 |
| Binary | 11101110 | 11101001 | 10000001 | 0 | 10 | 101110 | 111 | 111001 | 1001100 | 1001000 |
Color Harmonies of #EEE981
Complementary color
Monochromatic Colors of #EEE981
Black with #EEE981
Text Example
Text Example
White with #EEE981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE981; }
p { color: rgb(238,233,129); }
H1.HeaderClassName
{
color: #EEE981;
}
.AnyTagClassName
{
color: #EEE981;
}
</style>
background-color css
<style>
a { background-color: #EEE981; }
a { background-color: rgb(238,233,129); }
div.DivClassName
{
background-color: #EEE981;
}
.BgClassName
{
background-color: #EEE981;
}
</style>
border-color css
<style>
span { border-color: #EEE981; }
span { border-color: rgb(238,233,129); }
td.TdClassName
{
border-color: #EEE981;
}
.TagClassName
{
border-color: #EEE981;
}
</style>