Shades of Texas #EEED86
Tints of Texas #EEED86
RGB
CMYK
RGB Variations
Color information
#EEED86 (or 0xEEED86) is known color: Texas. HEX triplet: EE, ED and 86. RGB value is (238,237,134). Sum of RGB (Red+Green+Blue) = 238+237+134=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 134 (52.73% from 255 or 22.00% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEED86 is #111279. Grayscale: #E1E1E1. Windows color (decimal): -1118842 or 8842734. OLE color: 8842734.
HSL color Cylindrical-coordinate representation of color #EEED86: hue angle of 59.42º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEED86 is Cyan = 0, Magento = 0.00, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 134 | - |
| CMYK | 0 | 0.00 | 0.44 | 0.07 |
| HSL | 59.42º | 0.75% | 0.73% | - |
| HSV(B) | 59.42º | 0.44% | 0.93% | - |
| XYZ | 69.85 | 80.47 | 34.4 | - |
| YUV | 225.56 | 76.33 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 134 | 0 | 0.00 | 0.44 | 0.07 | 59.42 | 0.75 | 0.73 |
| Hex | EE | ED | 86 | 0 | 0 | 2C | 7 | 3B | 4B | 49 |
| Octal | 356 | 355 | 206 | 0 | 0 | 54 | 7 | 73 | 113 | 111 |
| Binary | 11101110 | 11101101 | 10000110 | 0 | 0 | 101100 | 111 | 111011 | 1001011 | 1001001 |
Color Harmonies of #EEED86
Complementary color
Monochromatic Colors of #EEED86
Black with #EEED86
Text Example
Text Example
White with #EEED86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED86; }
p { color: rgb(238,237,134); }
H1.HeaderClassName
{
color: #EEED86;
}
.AnyTagClassName
{
color: #EEED86;
}
</style>
background-color css
<style>
a { background-color: #EEED86; }
a { background-color: rgb(238,237,134); }
div.DivClassName
{
background-color: #EEED86;
}
.BgClassName
{
background-color: #EEED86;
}
</style>
border-color css
<style>
span { border-color: #EEED86; }
span { border-color: rgb(238,237,134); }
td.TdClassName
{
border-color: #EEED86;
}
.TagClassName
{
border-color: #EEED86;
}
</style>