Shades of Texas #EEE980
Tints of Texas #EEE980
RGB
CMYK
RGB Variations
Color information
#EEE980 (or 0xEEE980) is known color: Texas. HEX triplet: EE, E9 and 80. RGB value is (238,233,128). Sum of RGB (Red+Green+Blue) = 238+233+128=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 233 (91.41% from 255 or 38.90% from 599); Blue value is 128 (50.39% from 255 or 21.37% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE980 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE980 is #11167F. Grayscale: #DEDEDE. Windows color (decimal): -1119872 or 8448494. OLE color: 8448494.
HSL color Cylindrical-coordinate representation of color #EEE980: hue angle of 57.27º 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 #EEE980 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 128 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.07 |
| HSL | 57.27º | 0.76% | 0.72% | - |
| HSV(B) | 57.27º | 0.46% | 0.93% | - |
| XYZ | 68.3 | 78.01 | 31.88 | - |
| YUV | 222.53 | 74.66 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 128 | 0 | 0.02 | 0.46 | 0.07 | 57.27 | 0.76 | 0.72 |
| Hex | EE | E9 | 80 | 0 | 2 | 2E | 7 | 39 | 4C | 48 |
| Octal | 356 | 351 | 200 | 0 | 2 | 56 | 7 | 71 | 114 | 110 |
| Binary | 11101110 | 11101001 | 10000000 | 0 | 10 | 101110 | 111 | 111001 | 1001100 | 1001000 |
Color Harmonies of #EEE980
Complementary color
Monochromatic Colors of #EEE980
Black with #EEE980
Text Example
Text Example
White with #EEE980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE980; }
p { color: rgb(238,233,128); }
H1.HeaderClassName
{
color: #EEE980;
}
.AnyTagClassName
{
color: #EEE980;
}
</style>
background-color css
<style>
a { background-color: #EEE980; }
a { background-color: rgb(238,233,128); }
div.DivClassName
{
background-color: #EEE980;
}
.BgClassName
{
background-color: #EEE980;
}
</style>
border-color css
<style>
span { border-color: #EEE980; }
span { border-color: rgb(238,233,128); }
td.TdClassName
{
border-color: #EEE980;
}
.TagClassName
{
border-color: #EEE980;
}
</style>