Shades of Texas #EEE47D
Tints of Texas #EEE47D
RGB
CMYK
RGB Variations
Color information
#EEE47D (or 0xEEE47D) is known color: Texas. HEX triplet: EE, E4 and 7D. RGB value is (238,228,125). Sum of RGB (Red+Green+Blue) = 238+228+125=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 228 (89.45% from 255 or 38.58% from 591); Blue value is 125 (49.22% from 255 or 21.15% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE47D is #111B82. Grayscale: #DBDBDB. Windows color (decimal): -1121155 or 8250606. OLE color: 8250606.
HSL color Cylindrical-coordinate representation of color #EEE47D: hue angle of 54.69º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEE47D is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 125 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.07 |
| HSL | 54.69º | 0.77% | 0.71% | - |
| HSV(B) | 54.69º | 0.47% | 0.93% | - |
| XYZ | 66.7 | 75.14 | 30.39 | - |
| YUV | 219.25 | 74.81 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 125 | 0 | 0.04 | 0.47 | 0.07 | 54.69 | 0.77 | 0.71 |
| Hex | EE | E4 | 7D | 0 | 4 | 2F | 7 | 37 | 4D | 47 |
| Octal | 356 | 344 | 175 | 0 | 4 | 57 | 7 | 67 | 115 | 107 |
| Binary | 11101110 | 11100100 | 1111101 | 0 | 100 | 101111 | 111 | 110111 | 1001101 | 1000111 |
Color Harmonies of #EEE47D
Complementary color
Monochromatic Colors of #EEE47D
Black with #EEE47D
Text Example
Text Example
White with #EEE47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE47D; }
p { color: rgb(238,228,125); }
H1.HeaderClassName
{
color: #EEE47D;
}
.AnyTagClassName
{
color: #EEE47D;
}
</style>
background-color css
<style>
a { background-color: #EEE47D; }
a { background-color: rgb(238,228,125); }
div.DivClassName
{
background-color: #EEE47D;
}
.BgClassName
{
background-color: #EEE47D;
}
</style>
border-color css
<style>
span { border-color: #EEE47D; }
span { border-color: rgb(238,228,125); }
td.TdClassName
{
border-color: #EEE47D;
}
.TagClassName
{
border-color: #EEE47D;
}
</style>