Shades of Texas #EEED84
Tints of Texas #EEED84
RGB
CMYK
RGB Variations
Color information
#EEED84 (or 0xEEED84) is known color: Texas. HEX triplet: EE, ED and 84. RGB value is (238,237,132). Sum of RGB (Red+Green+Blue) = 238+237+132=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 132 (51.95% from 255 or 21.75% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEED84 is #11127B. Grayscale: #E1E1E1. Windows color (decimal): -1118844 or 8711662. OLE color: 8711662.
HSL color Cylindrical-coordinate representation of color #EEED84: hue angle of 59.43º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEED84 is Cyan = 0, Magento = 0.00, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 132 | - |
| CMYK | 0 | 0.00 | 0.45 | 0.07 |
| HSL | 59.43º | 0.76% | 0.73% | - |
| HSV(B) | 59.43º | 0.45% | 0.93% | - |
| XYZ | 69.71 | 80.41 | 33.68 | - |
| YUV | 225.33 | 75.33 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 132 | 0 | 0.00 | 0.45 | 0.07 | 59.43 | 0.76 | 0.73 |
| Hex | EE | ED | 84 | 0 | 0 | 2D | 7 | 3B | 4C | 49 |
| Octal | 356 | 355 | 204 | 0 | 0 | 55 | 7 | 73 | 114 | 111 |
| Binary | 11101110 | 11101101 | 10000100 | 0 | 0 | 101101 | 111 | 111011 | 1001100 | 1001001 |
Color Harmonies of #EEED84
Complementary color
Monochromatic Colors of #EEED84
Black with #EEED84
Text Example
Text Example
White with #EEED84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED84; }
p { color: rgb(238,237,132); }
H1.HeaderClassName
{
color: #EEED84;
}
.AnyTagClassName
{
color: #EEED84;
}
</style>
background-color css
<style>
a { background-color: #EEED84; }
a { background-color: rgb(238,237,132); }
div.DivClassName
{
background-color: #EEED84;
}
.BgClassName
{
background-color: #EEED84;
}
</style>
border-color css
<style>
span { border-color: #EEED84; }
span { border-color: rgb(238,237,132); }
td.TdClassName
{
border-color: #EEED84;
}
.TagClassName
{
border-color: #EEED84;
}
</style>