Shades of Texas #EEE97C
Tints of Texas #EEE97C
RGB
CMYK
RGB Variations
Color information
#EEE97C (or 0xEEE97C) is known color: Texas. HEX triplet: EE, E9 and 7C. RGB value is (238,233,124). Sum of RGB (Red+Green+Blue) = 238+233+124=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 233 (91.41% from 255 or 39.16% from 595); Blue value is 124 (48.83% from 255 or 20.84% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE97C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEE97C is #111683. Grayscale: #DEDEDE. Windows color (decimal): -1119876 or 8186350. OLE color: 8186350.
HSL color Cylindrical-coordinate representation of color #EEE97C: hue angle of 57.37º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EEE97C is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 124 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.07 |
| HSL | 57.37º | 0.77% | 0.71% | - |
| HSV(B) | 57.37º | 0.48% | 0.93% | - |
| XYZ | 68.04 | 77.91 | 30.52 | - |
| YUV | 222.07 | 72.66 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 124 | 0 | 0.02 | 0.48 | 0.07 | 57.37 | 0.77 | 0.71 |
| Hex | EE | E9 | 7C | 0 | 2 | 30 | 7 | 39 | 4D | 47 |
| Octal | 356 | 351 | 174 | 0 | 2 | 60 | 7 | 71 | 115 | 107 |
| Binary | 11101110 | 11101001 | 1111100 | 0 | 10 | 110000 | 111 | 111001 | 1001101 | 1000111 |
Color Harmonies of #EEE97C
Complementary color
Monochromatic Colors of #EEE97C
Black with #EEE97C
Text Example
Text Example
White with #EEE97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE97C; }
p { color: rgb(238,233,124); }
H1.HeaderClassName
{
color: #EEE97C;
}
.AnyTagClassName
{
color: #EEE97C;
}
</style>
background-color css
<style>
a { background-color: #EEE97C; }
a { background-color: rgb(238,233,124); }
div.DivClassName
{
background-color: #EEE97C;
}
.BgClassName
{
background-color: #EEE97C;
}
</style>
border-color css
<style>
span { border-color: #EEE97C; }
span { border-color: rgb(238,233,124); }
td.TdClassName
{
border-color: #EEE97C;
}
.TagClassName
{
border-color: #EEE97C;
}
</style>