Shades of Texas #EEE471
Tints of Texas #EEE471
RGB
CMYK
RGB Variations
Color information
#EEE471 (or 0xEEE471) is known color: Texas. HEX triplet: EE, E4 and 71. RGB value is (238,228,113). Sum of RGB (Red+Green+Blue) = 238+228+113=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 228 (89.45% from 255 or 39.38% from 579); Blue value is 113 (44.53% from 255 or 19.52% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE471 is #111B8E. Grayscale: #DADADA. Windows color (decimal): -1121167 or 7464174. OLE color: 7464174.
HSL color Cylindrical-coordinate representation of color #EEE471: hue angle of 55.2º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EEE471 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 113 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.07 |
| HSL | 55.2º | 0.79% | 0.69% | - |
| HSV(B) | 55.2º | 0.53% | 0.93% | - |
| XYZ | 65.98 | 74.86 | 26.59 | - |
| YUV | 217.88 | 68.81 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 113 | 0 | 0.04 | 0.53 | 0.07 | 55.2 | 0.79 | 0.69 |
| Hex | EE | E4 | 71 | 0 | 4 | 35 | 7 | 37 | 4F | 45 |
| Octal | 356 | 344 | 161 | 0 | 4 | 65 | 7 | 67 | 117 | 105 |
| Binary | 11101110 | 11100100 | 1110001 | 0 | 100 | 110101 | 111 | 110111 | 1001111 | 1000101 |
Color Harmonies of #EEE471
Complementary color
Monochromatic Colors of #EEE471
Black with #EEE471
Text Example
Text Example
White with #EEE471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE471; }
p { color: rgb(238,228,113); }
H1.HeaderClassName
{
color: #EEE471;
}
.AnyTagClassName
{
color: #EEE471;
}
</style>
background-color css
<style>
a { background-color: #EEE471; }
a { background-color: rgb(238,228,113); }
div.DivClassName
{
background-color: #EEE471;
}
.BgClassName
{
background-color: #EEE471;
}
</style>
border-color css
<style>
span { border-color: #EEE471; }
span { border-color: rgb(238,228,113); }
td.TdClassName
{
border-color: #EEE471;
}
.TagClassName
{
border-color: #EEE471;
}
</style>