Shades of Texas #EEE47C
Tints of Texas #EEE47C
RGB
CMYK
RGB Variations
Color information
#EEE47C (or 0xEEE47C) is known color: Texas. HEX triplet: EE, E4 and 7C. RGB value is (238,228,124). Sum of RGB (Red+Green+Blue) = 238+228+124=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 228 (89.45% from 255 or 38.64% from 590); Blue value is 124 (48.83% from 255 or 21.02% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE47C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE47C is #111B83. Grayscale: #DBDBDB. Windows color (decimal): -1121156 or 8185070. OLE color: 8185070.
HSL color Cylindrical-coordinate representation of color #EEE47C: hue angle of 54.74º 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 #EEE47C is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 124 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.07 |
| HSL | 54.74º | 0.77% | 0.71% | - |
| HSV(B) | 54.74º | 0.48% | 0.93% | - |
| XYZ | 66.64 | 75.12 | 30.06 | - |
| YUV | 219.13 | 74.31 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 124 | 0 | 0.04 | 0.48 | 0.07 | 54.74 | 0.77 | 0.71 |
| Hex | EE | E4 | 7C | 0 | 4 | 30 | 7 | 37 | 4D | 47 |
| Octal | 356 | 344 | 174 | 0 | 4 | 60 | 7 | 67 | 115 | 107 |
| Binary | 11101110 | 11100100 | 1111100 | 0 | 100 | 110000 | 111 | 110111 | 1001101 | 1000111 |
Color Harmonies of #EEE47C
Complementary color
Monochromatic Colors of #EEE47C
Black with #EEE47C
Text Example
Text Example
White with #EEE47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE47C; }
p { color: rgb(238,228,124); }
H1.HeaderClassName
{
color: #EEE47C;
}
.AnyTagClassName
{
color: #EEE47C;
}
</style>
background-color css
<style>
a { background-color: #EEE47C; }
a { background-color: rgb(238,228,124); }
div.DivClassName
{
background-color: #EEE47C;
}
.BgClassName
{
background-color: #EEE47C;
}
</style>
border-color css
<style>
span { border-color: #EEE47C; }
span { border-color: rgb(238,228,124); }
td.TdClassName
{
border-color: #EEE47C;
}
.TagClassName
{
border-color: #EEE47C;
}
</style>