Shades of Texas #E9E672
Tints of Texas #E9E672
RGB
CMYK
RGB Variations
Color information
#E9E672 (or 0xE9E672) is known color: Texas. HEX triplet: E9, E6 and 72. RGB value is (233,230,114). Sum of RGB (Red+Green+Blue) = 233+230+114=577 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.38% from 577); Green value is 230 (90.23% from 255 or 39.86% from 577); Blue value is 114 (44.92% from 255 or 19.76% from 577); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E672 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E9E672 is #16198D. Grayscale: #DADADA. Windows color (decimal): -1448334 or 7530217. OLE color: 7530217.
HSL color Cylindrical-coordinate representation of color #E9E672: hue angle of 58.49º 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 #E9E672 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 230 | 114 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.09 |
| HSL | 58.49º | 0.73% | 0.68% | - |
| HSV(B) | 58.49º | 0.51% | 0.91% | - |
| XYZ | 64.94 | 75.13 | 27 | - |
| YUV | 217.67 | 69.49 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 230 | 114 | 0 | 0.01 | 0.51 | 0.09 | 58.49 | 0.73 | 0.68 |
| Hex | E9 | E6 | 72 | 0 | 1 | 33 | 9 | 3A | 49 | 44 |
| Octal | 351 | 346 | 162 | 0 | 1 | 63 | 11 | 72 | 111 | 104 |
| Binary | 11101001 | 11100110 | 1110010 | 0 | 1 | 110011 | 1001 | 111010 | 1001001 | 1000100 |
Color Harmonies of #E9E672
Complementary color
Monochromatic Colors of #E9E672
Black with #E9E672
Text Example
Text Example
White with #E9E672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E672; }
p { color: rgb(233,230,114); }
H1.HeaderClassName
{
color: #E9E672;
}
.AnyTagClassName
{
color: #E9E672;
}
</style>
background-color css
<style>
a { background-color: #E9E672; }
a { background-color: rgb(233,230,114); }
div.DivClassName
{
background-color: #E9E672;
}
.BgClassName
{
background-color: #E9E672;
}
</style>
border-color css
<style>
span { border-color: #E9E672; }
span { border-color: rgb(233,230,114); }
td.TdClassName
{
border-color: #E9E672;
}
.TagClassName
{
border-color: #E9E672;
}
</style>