Shades of Texas #E7E573
Tints of Texas #E7E573
RGB
CMYK
RGB Variations
Color information
#E7E573 (or 0xE7E573) is known color: Texas. HEX triplet: E7, E5 and 73. RGB value is (231,229,115). Sum of RGB (Red+Green+Blue) = 231+229+115=575 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.17% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 115 (45.31% from 255 or 20% from 575); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E573 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E573 is #181A8C. Grayscale: #D9D9D9. Windows color (decimal): -1579661 or 7595495. OLE color: 7595495.
HSL color Cylindrical-coordinate representation of color #E7E573: hue angle of 58.97º degrees, saturation: 0.71, 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 #E7E573 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 229 | 115 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.09 |
| HSL | 58.97º | 0.71% | 0.68% | - |
| HSV(B) | 58.97º | 0.5% | 0.91% | - |
| XYZ | 64.07 | 74.27 | 27.18 | - |
| YUV | 216.6 | 70.66 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 229 | 115 | 0 | 0.01 | 0.50 | 0.09 | 58.97 | 0.71 | 0.68 |
| Hex | E7 | E5 | 73 | 0 | 1 | 32 | 9 | 3B | 47 | 44 |
| Octal | 347 | 345 | 163 | 0 | 1 | 62 | 11 | 73 | 107 | 104 |
| Binary | 11100111 | 11100101 | 1110011 | 0 | 1 | 110010 | 1001 | 111011 | 1000111 | 1000100 |
Color Harmonies of #E7E573
Complementary color
Monochromatic Colors of #E7E573
Black with #E7E573
Text Example
Text Example
White with #E7E573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E573; }
p { color: rgb(231,229,115); }
H1.HeaderClassName
{
color: #E7E573;
}
.AnyTagClassName
{
color: #E7E573;
}
</style>
background-color css
<style>
a { background-color: #E7E573; }
a { background-color: rgb(231,229,115); }
div.DivClassName
{
background-color: #E7E573;
}
.BgClassName
{
background-color: #E7E573;
}
</style>
border-color css
<style>
span { border-color: #E7E573; }
span { border-color: rgb(231,229,115); }
td.TdClassName
{
border-color: #E7E573;
}
.TagClassName
{
border-color: #E7E573;
}
</style>