Shades of Texas #E9E372
Tints of Texas #E9E372
RGB
CMYK
RGB Variations
Color information
#E9E372 (or 0xE9E372) is known color: Texas. HEX triplet: E9, E3 and 72. RGB value is (233,227,114). Sum of RGB (Red+Green+Blue) = 233+227+114=574 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.59% from 574); Green value is 227 (89.06% from 255 or 39.55% from 574); Blue value is 114 (44.92% from 255 or 19.86% from 574); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9E372 is #161C8D. Grayscale: #D8D8D8. Windows color (decimal): -1449102 or 7529449. OLE color: 7529449.
HSL color Cylindrical-coordinate representation of color #E9E372: hue angle of 56.97º 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 #E9E372 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 227 | 114 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.09 |
| HSL | 56.97º | 0.73% | 0.68% | - |
| HSV(B) | 56.97º | 0.51% | 0.91% | - |
| XYZ | 64.11 | 73.48 | 26.72 | - |
| YUV | 215.91 | 70.49 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 227 | 114 | 0 | 0.03 | 0.51 | 0.09 | 56.97 | 0.73 | 0.68 |
| Hex | E9 | E3 | 72 | 0 | 3 | 33 | 9 | 39 | 49 | 44 |
| Octal | 351 | 343 | 162 | 0 | 3 | 63 | 11 | 71 | 111 | 104 |
| Binary | 11101001 | 11100011 | 1110010 | 0 | 11 | 110011 | 1001 | 111001 | 1001001 | 1000100 |
Color Harmonies of #E9E372
Complementary color
Monochromatic Colors of #E9E372
Black with #E9E372
Text Example
Text Example
White with #E9E372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E372; }
p { color: rgb(233,227,114); }
H1.HeaderClassName
{
color: #E9E372;
}
.AnyTagClassName
{
color: #E9E372;
}
</style>
background-color css
<style>
a { background-color: #E9E372; }
a { background-color: rgb(233,227,114); }
div.DivClassName
{
background-color: #E9E372;
}
.BgClassName
{
background-color: #E9E372;
}
</style>
border-color css
<style>
span { border-color: #E9E372; }
span { border-color: rgb(233,227,114); }
td.TdClassName
{
border-color: #E9E372;
}
.TagClassName
{
border-color: #E9E372;
}
</style>