Shades of Texas #E9E282
Tints of Texas #E9E282
RGB
CMYK
RGB Variations
Color information
#E9E282 (or 0xE9E282) is known color: Texas. HEX triplet: E9, E2 and 82. RGB value is (233,226,130). Sum of RGB (Red+Green+Blue) = 233+226+130=589 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.56% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 130 (51.17% from 255 or 22.07% from 589); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E282 is #161D7D. Grayscale: #D9D9D9. Windows color (decimal): -1449342 or 8577769. OLE color: 8577769.
HSL color Cylindrical-coordinate representation of color #E9E282: hue angle of 55.92º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E9E282 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 226 | 130 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.09 |
| HSL | 55.92º | 0.7% | 0.71% | - |
| HSV(B) | 55.92º | 0.44% | 0.91% | - |
| XYZ | 64.83 | 73.33 | 31.86 | - |
| YUV | 217.15 | 78.82 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 226 | 130 | 0 | 0.03 | 0.44 | 0.09 | 55.92 | 0.7 | 0.71 |
| Hex | E9 | E2 | 82 | 0 | 3 | 2C | 9 | 38 | 46 | 47 |
| Octal | 351 | 342 | 202 | 0 | 3 | 54 | 11 | 70 | 106 | 107 |
| Binary | 11101001 | 11100010 | 10000010 | 0 | 11 | 101100 | 1001 | 111000 | 1000110 | 1000111 |
Color Harmonies of #E9E282
Complementary color
Monochromatic Colors of #E9E282
Black with #E9E282
Text Example
Text Example
White with #E9E282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E282; }
p { color: rgb(233,226,130); }
H1.HeaderClassName
{
color: #E9E282;
}
.AnyTagClassName
{
color: #E9E282;
}
</style>
background-color css
<style>
a { background-color: #E9E282; }
a { background-color: rgb(233,226,130); }
div.DivClassName
{
background-color: #E9E282;
}
.BgClassName
{
background-color: #E9E282;
}
</style>
border-color css
<style>
span { border-color: #E9E282; }
span { border-color: rgb(233,226,130); }
td.TdClassName
{
border-color: #E9E282;
}
.TagClassName
{
border-color: #E9E282;
}
</style>