Shades of Texas #E9E073
Tints of Texas #E9E073
RGB
CMYK
RGB Variations
Color information
#E9E073 (or 0xE9E073) is known color: Texas. HEX triplet: E9, E0 and 73. RGB value is (233,224,115). Sum of RGB (Red+Green+Blue) = 233+224+115=572 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.73% from 572); Green value is 224 (87.89% from 255 or 39.16% from 572); Blue value is 115 (45.31% from 255 or 20.10% from 572); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9E073 is #161F8C. Grayscale: #D6D6D6. Windows color (decimal): -1449869 or 7594217. OLE color: 7594217.
HSL color Cylindrical-coordinate representation of color #E9E073: hue angle of 55.42º 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 #E9E073 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 224 | 115 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.09 |
| HSL | 55.42º | 0.73% | 0.68% | - |
| HSV(B) | 55.42º | 0.51% | 0.91% | - |
| XYZ | 63.35 | 71.87 | 26.75 | - |
| YUV | 214.27 | 71.98 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 224 | 115 | 0 | 0.04 | 0.51 | 0.09 | 55.42 | 0.73 | 0.68 |
| Hex | E9 | E0 | 73 | 0 | 4 | 33 | 9 | 37 | 49 | 44 |
| Octal | 351 | 340 | 163 | 0 | 4 | 63 | 11 | 67 | 111 | 104 |
| Binary | 11101001 | 11100000 | 1110011 | 0 | 100 | 110011 | 1001 | 110111 | 1001001 | 1000100 |
Color Harmonies of #E9E073
Complementary color
Monochromatic Colors of #E9E073
Black with #E9E073
Text Example
Text Example
White with #E9E073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E073; }
p { color: rgb(233,224,115); }
H1.HeaderClassName
{
color: #E9E073;
}
.AnyTagClassName
{
color: #E9E073;
}
</style>
background-color css
<style>
a { background-color: #E9E073; }
a { background-color: rgb(233,224,115); }
div.DivClassName
{
background-color: #E9E073;
}
.BgClassName
{
background-color: #E9E073;
}
</style>
border-color css
<style>
span { border-color: #E9E073; }
span { border-color: rgb(233,224,115); }
td.TdClassName
{
border-color: #E9E073;
}
.TagClassName
{
border-color: #E9E073;
}
</style>