Shades of Texas #E9E072
Tints of Texas #E9E072
RGB
CMYK
RGB Variations
Color information
#E9E072 (or 0xE9E072) is known color: Texas. HEX triplet: E9, E0 and 72. RGB value is (233,224,114). Sum of RGB (Red+Green+Blue) = 233+224+114=571 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.81% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 114 (44.92% from 255 or 19.96% from 571); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9E072 is #161F8D. Grayscale: #D6D6D6. Windows color (decimal): -1449870 or 7528681. OLE color: 7528681.
HSL color Cylindrical-coordinate representation of color #E9E072: hue angle of 55.46º 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 #E9E072 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 224 | 114 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.09 |
| HSL | 55.46º | 0.73% | 0.68% | - |
| HSV(B) | 55.46º | 0.51% | 0.91% | - |
| XYZ | 63.3 | 71.85 | 26.45 | - |
| YUV | 214.15 | 71.48 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 224 | 114 | 0 | 0.04 | 0.51 | 0.09 | 55.46 | 0.73 | 0.68 |
| Hex | E9 | E0 | 72 | 0 | 4 | 33 | 9 | 37 | 49 | 44 |
| Octal | 351 | 340 | 162 | 0 | 4 | 63 | 11 | 67 | 111 | 104 |
| Binary | 11101001 | 11100000 | 1110010 | 0 | 100 | 110011 | 1001 | 110111 | 1001001 | 1000100 |
Color Harmonies of #E9E072
Complementary color
Monochromatic Colors of #E9E072
Black with #E9E072
Text Example
Text Example
White with #E9E072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E072; }
p { color: rgb(233,224,114); }
H1.HeaderClassName
{
color: #E9E072;
}
.AnyTagClassName
{
color: #E9E072;
}
</style>
background-color css
<style>
a { background-color: #E9E072; }
a { background-color: rgb(233,224,114); }
div.DivClassName
{
background-color: #E9E072;
}
.BgClassName
{
background-color: #E9E072;
}
</style>
border-color css
<style>
span { border-color: #E9E072; }
span { border-color: rgb(233,224,114); }
td.TdClassName
{
border-color: #E9E072;
}
.TagClassName
{
border-color: #E9E072;
}
</style>