Shades of Texas #E9E472
Tints of Texas #E9E472
RGB
CMYK
RGB Variations
Color information
#E9E472 (or 0xE9E472) is known color: Texas. HEX triplet: E9, E4 and 72. RGB value is (233,228,114). Sum of RGB (Red+Green+Blue) = 233+228+114=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 228 (89.45% from 255 or 39.65% from 575); Blue value is 114 (44.92% from 255 or 19.83% from 575); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9E472 is #161B8D. Grayscale: #D8D8D8. Windows color (decimal): -1448846 or 7529705. OLE color: 7529705.
HSL color Cylindrical-coordinate representation of color #E9E472: hue angle of 57.48º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E9E472 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 228 | 114 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.09 |
| HSL | 57.48º | 0.73% | 0.68% | - |
| HSV(B) | 57.48º | 0.51% | 0.91% | - |
| XYZ | 64.38 | 74.03 | 26.81 | - |
| YUV | 216.5 | 70.16 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 228 | 114 | 0 | 0.02 | 0.51 | 0.09 | 57.48 | 0.73 | 0.68 |
| Hex | E9 | E4 | 72 | 0 | 2 | 33 | 9 | 39 | 49 | 44 |
| Octal | 351 | 344 | 162 | 0 | 2 | 63 | 11 | 71 | 111 | 104 |
| Binary | 11101001 | 11100100 | 1110010 | 0 | 10 | 110011 | 1001 | 111001 | 1001001 | 1000100 |
Color Harmonies of #E9E472
Complementary color
Monochromatic Colors of #E9E472
Black with #E9E472
Text Example
Text Example
White with #E9E472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E472; }
p { color: rgb(233,228,114); }
H1.HeaderClassName
{
color: #E9E472;
}
.AnyTagClassName
{
color: #E9E472;
}
</style>
background-color css
<style>
a { background-color: #E9E472; }
a { background-color: rgb(233,228,114); }
div.DivClassName
{
background-color: #E9E472;
}
.BgClassName
{
background-color: #E9E472;
}
</style>
border-color css
<style>
span { border-color: #E9E472; }
span { border-color: rgb(233,228,114); }
td.TdClassName
{
border-color: #E9E472;
}
.TagClassName
{
border-color: #E9E472;
}
</style>