Shades of Texas #E9E574
Tints of Texas #E9E574
RGB
CMYK
RGB Variations
Color information
#E9E574 (or 0xE9E574) is known color: Texas. HEX triplet: E9, E5 and 74. RGB value is (233,229,116). Sum of RGB (Red+Green+Blue) = 233+229+116=578 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.31% from 578); Green value is 229 (89.84% from 255 or 39.62% from 578); Blue value is 116 (45.70% from 255 or 20.07% from 578); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9E574 is #161A8B. Grayscale: #D9D9D9. Windows color (decimal): -1448588 or 7661033. OLE color: 7661033.
HSL color Cylindrical-coordinate representation of color #E9E574: hue angle of 57.95º degrees, saturation: 0.73, 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 #E9E574 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 229 | 116 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.09 |
| HSL | 57.95º | 0.73% | 0.68% | - |
| HSV(B) | 57.95º | 0.5% | 0.91% | - |
| XYZ | 64.78 | 74.62 | 27.51 | - |
| YUV | 217.31 | 70.83 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 229 | 116 | 0 | 0.02 | 0.50 | 0.09 | 57.95 | 0.73 | 0.68 |
| Hex | E9 | E5 | 74 | 0 | 2 | 32 | 9 | 3A | 49 | 44 |
| Octal | 351 | 345 | 164 | 0 | 2 | 62 | 11 | 72 | 111 | 104 |
| Binary | 11101001 | 11100101 | 1110100 | 0 | 10 | 110010 | 1001 | 111010 | 1001001 | 1000100 |
Color Harmonies of #E9E574
Complementary color
Monochromatic Colors of #E9E574
Black with #E9E574
Text Example
Text Example
White with #E9E574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E574; }
p { color: rgb(233,229,116); }
H1.HeaderClassName
{
color: #E9E574;
}
.AnyTagClassName
{
color: #E9E574;
}
</style>
background-color css
<style>
a { background-color: #E9E574; }
a { background-color: rgb(233,229,116); }
div.DivClassName
{
background-color: #E9E574;
}
.BgClassName
{
background-color: #E9E574;
}
</style>
border-color css
<style>
span { border-color: #E9E574; }
span { border-color: rgb(233,229,116); }
td.TdClassName
{
border-color: #E9E574;
}
.TagClassName
{
border-color: #E9E574;
}
</style>