Shades of Texas #EEED81
Tints of Texas #EEED81
RGB
CMYK
RGB Variations
Color information
#EEED81 (or 0xEEED81) is known color: Texas. HEX triplet: EE, ED and 81. RGB value is (238,237,129). Sum of RGB (Red+Green+Blue) = 238+237+129=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 129 (50.78% from 255 or 21.36% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEED81 is #11127E. Grayscale: #E1E1E1. Windows color (decimal): -1118847 or 8515054. OLE color: 8515054.
HSL color Cylindrical-coordinate representation of color #EEED81: hue angle of 59.45º 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 #EEED81 is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 129 | - |
| CMYK | 0 | 0.00 | 0.46 | 0.07 |
| HSL | 59.45º | 0.76% | 0.72% | - |
| HSV(B) | 59.45º | 0.46% | 0.93% | - |
| XYZ | 69.51 | 80.33 | 32.61 | - |
| YUV | 224.99 | 73.83 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 129 | 0 | 0.00 | 0.46 | 0.07 | 59.45 | 0.76 | 0.72 |
| Hex | EE | ED | 81 | 0 | 0 | 2E | 7 | 3B | 4C | 48 |
| Octal | 356 | 355 | 201 | 0 | 0 | 56 | 7 | 73 | 114 | 110 |
| Binary | 11101110 | 11101101 | 10000001 | 0 | 0 | 101110 | 111 | 111011 | 1001100 | 1001000 |
Color Harmonies of #EEED81
Complementary color
Monochromatic Colors of #EEED81
Black with #EEED81
Text Example
Text Example
White with #EEED81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED81; }
p { color: rgb(238,237,129); }
H1.HeaderClassName
{
color: #EEED81;
}
.AnyTagClassName
{
color: #EEED81;
}
</style>
background-color css
<style>
a { background-color: #EEED81; }
a { background-color: rgb(238,237,129); }
div.DivClassName
{
background-color: #EEED81;
}
.BgClassName
{
background-color: #EEED81;
}
</style>
border-color css
<style>
span { border-color: #EEED81; }
span { border-color: rgb(238,237,129); }
td.TdClassName
{
border-color: #EEED81;
}
.TagClassName
{
border-color: #EEED81;
}
</style>