Shades of Texas #EEE982
Tints of Texas #EEE982
RGB
CMYK
RGB Variations
Color information
#EEE982 (or 0xEEE982) is known color: Texas. HEX triplet: EE, E9 and 82. RGB value is (238,233,130). Sum of RGB (Red+Green+Blue) = 238+233+130=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 233 (91.41% from 255 or 38.77% from 601); Blue value is 130 (51.17% from 255 or 21.63% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE982 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE982 is #11167D. Grayscale: #DFDFDF. Windows color (decimal): -1119870 or 8579566. OLE color: 8579566.
HSL color Cylindrical-coordinate representation of color #EEE982: hue angle of 57.22º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEE982 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 130 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.07 |
| HSL | 57.22º | 0.76% | 0.72% | - |
| HSV(B) | 57.22º | 0.45% | 0.93% | - |
| XYZ | 68.43 | 78.07 | 32.58 | - |
| YUV | 222.75 | 75.66 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 130 | 0 | 0.02 | 0.45 | 0.07 | 57.22 | 0.76 | 0.72 |
| Hex | EE | E9 | 82 | 0 | 2 | 2D | 7 | 39 | 4C | 48 |
| Octal | 356 | 351 | 202 | 0 | 2 | 55 | 7 | 71 | 114 | 110 |
| Binary | 11101110 | 11101001 | 10000010 | 0 | 10 | 101101 | 111 | 111001 | 1001100 | 1001000 |
Color Harmonies of #EEE982
Complementary color
Monochromatic Colors of #EEE982
Black with #EEE982
Text Example
Text Example
White with #EEE982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE982; }
p { color: rgb(238,233,130); }
H1.HeaderClassName
{
color: #EEE982;
}
.AnyTagClassName
{
color: #EEE982;
}
</style>
background-color css
<style>
a { background-color: #EEE982; }
a { background-color: rgb(238,233,130); }
div.DivClassName
{
background-color: #EEE982;
}
.BgClassName
{
background-color: #EEE982;
}
</style>
border-color css
<style>
span { border-color: #EEE982; }
span { border-color: rgb(238,233,130); }
td.TdClassName
{
border-color: #EEE982;
}
.TagClassName
{
border-color: #EEE982;
}
</style>