Shades of Texas #EEEA84
Tints of Texas #EEEA84
RGB
CMYK
RGB Variations
Color information
#EEEA84 (or 0xEEEA84) is known color: Texas. HEX triplet: EE, EA and 84. RGB value is (238,234,132). Sum of RGB (Red+Green+Blue) = 238+234+132=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 132 (51.95% from 255 or 21.85% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEA84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEA84 is #11157B. Grayscale: #DFDFDF. Windows color (decimal): -1119612 or 8710894. OLE color: 8710894.
HSL color Cylindrical-coordinate representation of color #EEEA84: hue angle of 57.74º 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 #EEEA84 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 234 | 132 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.07 |
| HSL | 57.74º | 0.76% | 0.73% | - |
| HSV(B) | 57.74º | 0.45% | 0.93% | - |
| XYZ | 68.85 | 78.69 | 33.39 | - |
| YUV | 223.57 | 76.33 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 234 | 132 | 0 | 0.02 | 0.45 | 0.07 | 57.74 | 0.76 | 0.73 |
| Hex | EE | EA | 84 | 0 | 2 | 2D | 7 | 3A | 4C | 49 |
| Octal | 356 | 352 | 204 | 0 | 2 | 55 | 7 | 72 | 114 | 111 |
| Binary | 11101110 | 11101010 | 10000100 | 0 | 10 | 101101 | 111 | 111010 | 1001100 | 1001001 |
Color Harmonies of #EEEA84
Complementary color
Monochromatic Colors of #EEEA84
Black with #EEEA84
Text Example
Text Example
White with #EEEA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEA84; }
p { color: rgb(238,234,132); }
H1.HeaderClassName
{
color: #EEEA84;
}
.AnyTagClassName
{
color: #EEEA84;
}
</style>
background-color css
<style>
a { background-color: #EEEA84; }
a { background-color: rgb(238,234,132); }
div.DivClassName
{
background-color: #EEEA84;
}
.BgClassName
{
background-color: #EEEA84;
}
</style>
border-color css
<style>
span { border-color: #EEEA84; }
span { border-color: rgb(238,234,132); }
td.TdClassName
{
border-color: #EEEA84;
}
.TagClassName
{
border-color: #EEEA84;
}
</style>