Shades of Texas #E5E984
Tints of Texas #E5E984
RGB
CMYK
RGB Variations
Color information
#E5E984 (or 0xE5E984) is known color: Texas. HEX triplet: E5, E9 and 84. RGB value is (229,233,132). Sum of RGB (Red+Green+Blue) = 229+233+132=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 233 (91.41% from 255 or 39.23% from 594); Blue value is 132 (51.95% from 255 or 22.22% from 594); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E984 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5E984 is #1A167B. Grayscale: #DCDCDC. Windows color (decimal): -1709692 or 8710629. OLE color: 8710629.
HSL color Cylindrical-coordinate representation of color #E5E984: hue angle of 62.38º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E5E984 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 233 | 132 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.09 |
| HSL | 62.38º | 0.7% | 0.72% | - |
| HSV(B) | 62.38º | 0.43% | 0.91% | - |
| XYZ | 65.62 | 76.6 | 33.16 | - |
| YUV | 220.29 | 78.17 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 233 | 132 | 0.02 | 0 | 0.43 | 0.09 | 62.38 | 0.7 | 0.72 |
| Hex | E5 | E9 | 84 | 2 | 0 | 2B | 9 | 3E | 46 | 48 |
| Octal | 345 | 351 | 204 | 2 | 0 | 53 | 11 | 76 | 106 | 110 |
| Binary | 11100101 | 11101001 | 10000100 | 10 | 0 | 101011 | 1001 | 111110 | 1000110 | 1001000 |
Color Harmonies of #E5E984
Complementary color
Monochromatic Colors of #E5E984
Black with #E5E984
Text Example
Text Example
White with #E5E984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E984; }
p { color: rgb(229,233,132); }
H1.HeaderClassName
{
color: #E5E984;
}
.AnyTagClassName
{
color: #E5E984;
}
</style>
background-color css
<style>
a { background-color: #E5E984; }
a { background-color: rgb(229,233,132); }
div.DivClassName
{
background-color: #E5E984;
}
.BgClassName
{
background-color: #E5E984;
}
</style>
border-color css
<style>
span { border-color: #E5E984; }
span { border-color: rgb(229,233,132); }
td.TdClassName
{
border-color: #E5E984;
}
.TagClassName
{
border-color: #E5E984;
}
</style>