Shades of Texas #E9E473
Tints of Texas #E9E473
RGB
CMYK
RGB Variations
Color information
#E9E473 (or 0xE9E473) is known color: Texas. HEX triplet: E9, E4 and 73. RGB value is (233,228,115). Sum of RGB (Red+Green+Blue) = 233+228+115=576 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.45% from 576); Green value is 228 (89.45% from 255 or 39.58% from 576); Blue value is 115 (45.31% from 255 or 19.97% from 576); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9E473 is #161B8C. Grayscale: #D9D9D9. Windows color (decimal): -1448845 or 7595241. OLE color: 7595241.
HSL color Cylindrical-coordinate representation of color #E9E473: hue angle of 57.46º 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 #E9E473 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 228 | 115 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.09 |
| HSL | 57.46º | 0.73% | 0.68% | - |
| HSV(B) | 57.46º | 0.51% | 0.91% | - |
| XYZ | 64.44 | 74.05 | 27.12 | - |
| YUV | 216.61 | 70.66 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 228 | 115 | 0 | 0.02 | 0.51 | 0.09 | 57.46 | 0.73 | 0.68 |
| Hex | E9 | E4 | 73 | 0 | 2 | 33 | 9 | 39 | 49 | 44 |
| Octal | 351 | 344 | 163 | 0 | 2 | 63 | 11 | 71 | 111 | 104 |
| Binary | 11101001 | 11100100 | 1110011 | 0 | 10 | 110011 | 1001 | 111001 | 1001001 | 1000100 |
Color Harmonies of #E9E473
Complementary color
Monochromatic Colors of #E9E473
Black with #E9E473
Text Example
Text Example
White with #E9E473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E473; }
p { color: rgb(233,228,115); }
H1.HeaderClassName
{
color: #E9E473;
}
.AnyTagClassName
{
color: #E9E473;
}
</style>
background-color css
<style>
a { background-color: #E9E473; }
a { background-color: rgb(233,228,115); }
div.DivClassName
{
background-color: #E9E473;
}
.BgClassName
{
background-color: #E9E473;
}
</style>
border-color css
<style>
span { border-color: #E9E473; }
span { border-color: rgb(233,228,115); }
td.TdClassName
{
border-color: #E9E473;
}
.TagClassName
{
border-color: #E9E473;
}
</style>