Shades of Texas #EEE47B
Tints of Texas #EEE47B
RGB
CMYK
RGB Variations
Color information
#EEE47B (or 0xEEE47B) is known color: Texas. HEX triplet: EE, E4 and 7B. RGB value is (238,228,123). Sum of RGB (Red+Green+Blue) = 238+228+123=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 123 (48.44% from 255 or 20.88% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE47B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE47B is #111B84. Grayscale: #DBDBDB. Windows color (decimal): -1121157 or 8119534. OLE color: 8119534.
HSL color Cylindrical-coordinate representation of color #EEE47B: hue angle of 54.78º 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 #EEE47B is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 123 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.07 |
| HSL | 54.78º | 0.77% | 0.71% | - |
| HSV(B) | 54.78º | 0.48% | 0.93% | - |
| XYZ | 66.58 | 75.09 | 29.72 | - |
| YUV | 219.02 | 73.81 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 123 | 0 | 0.04 | 0.48 | 0.07 | 54.78 | 0.77 | 0.71 |
| Hex | EE | E4 | 7B | 0 | 4 | 30 | 7 | 37 | 4D | 47 |
| Octal | 356 | 344 | 173 | 0 | 4 | 60 | 7 | 67 | 115 | 107 |
| Binary | 11101110 | 11100100 | 1111011 | 0 | 100 | 110000 | 111 | 110111 | 1001101 | 1000111 |
Color Harmonies of #EEE47B
Complementary color
Monochromatic Colors of #EEE47B
Black with #EEE47B
Text Example
Text Example
White with #EEE47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE47B; }
p { color: rgb(238,228,123); }
H1.HeaderClassName
{
color: #EEE47B;
}
.AnyTagClassName
{
color: #EEE47B;
}
</style>
background-color css
<style>
a { background-color: #EEE47B; }
a { background-color: rgb(238,228,123); }
div.DivClassName
{
background-color: #EEE47B;
}
.BgClassName
{
background-color: #EEE47B;
}
</style>
border-color css
<style>
span { border-color: #EEE47B; }
span { border-color: rgb(238,228,123); }
td.TdClassName
{
border-color: #EEE47B;
}
.TagClassName
{
border-color: #EEE47B;
}
</style>