Shades of Texas #E8E073
Tints of Texas #E8E073
RGB
CMYK
RGB Variations
Color information
#E8E073 (or 0xE8E073) is known color: Texas. HEX triplet: E8, E0 and 73. RGB value is (232,224,115). Sum of RGB (Red+Green+Blue) = 232+224+115=571 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.63% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 115 (45.31% from 255 or 20.14% from 571); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8E073 is #171F8C. Grayscale: #D6D6D6. Windows color (decimal): -1515405 or 7594216. OLE color: 7594216.
HSL color Cylindrical-coordinate representation of color #E8E073: hue angle of 55.9º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E8E073 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 224 | 115 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.09 |
| HSL | 55.9º | 0.72% | 0.68% | - |
| HSV(B) | 55.9º | 0.5% | 0.91% | - |
| XYZ | 63.03 | 71.7 | 26.74 | - |
| YUV | 213.97 | 72.15 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 224 | 115 | 0 | 0.03 | 0.50 | 0.09 | 55.9 | 0.72 | 0.68 |
| Hex | E8 | E0 | 73 | 0 | 3 | 32 | 9 | 38 | 48 | 44 |
| Octal | 350 | 340 | 163 | 0 | 3 | 62 | 11 | 70 | 110 | 104 |
| Binary | 11101000 | 11100000 | 1110011 | 0 | 11 | 110010 | 1001 | 111000 | 1001000 | 1000100 |
Color Harmonies of #E8E073
Complementary color
Monochromatic Colors of #E8E073
Black with #E8E073
Text Example
Text Example
White with #E8E073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E073; }
p { color: rgb(232,224,115); }
H1.HeaderClassName
{
color: #E8E073;
}
.AnyTagClassName
{
color: #E8E073;
}
</style>
background-color css
<style>
a { background-color: #E8E073; }
a { background-color: rgb(232,224,115); }
div.DivClassName
{
background-color: #E8E073;
}
.BgClassName
{
background-color: #E8E073;
}
</style>
border-color css
<style>
span { border-color: #E8E073; }
span { border-color: rgb(232,224,115); }
td.TdClassName
{
border-color: #E8E073;
}
.TagClassName
{
border-color: #E8E073;
}
</style>