Shades of Texas #E5E484
Tints of Texas #E5E484
RGB
CMYK
RGB Variations
Color information
#E5E484 (or 0xE5E484) is known color: Texas. HEX triplet: E5, E4 and 84. RGB value is (229,228,132). Sum of RGB (Red+Green+Blue) = 229+228+132=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 132 (51.95% from 255 or 22.41% from 589); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E484 is #1A1B7B. Grayscale: #D9D9D9. Windows color (decimal): -1710972 or 8709349. OLE color: 8709349.
HSL color Cylindrical-coordinate representation of color #E5E484: hue angle of 59.38º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E5E484 is Cyan = 0, Magento = 0.00, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 228 | 132 | - |
| CMYK | 0 | 0.00 | 0.42 | 0.10 |
| HSL | 59.38º | 0.65% | 0.71% | - |
| HSV(B) | 59.38º | 0.42% | 0.9% | - |
| XYZ | 64.22 | 73.81 | 32.69 | - |
| YUV | 217.36 | 79.83 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 228 | 132 | 0 | 0.00 | 0.42 | 0.10 | 59.38 | 0.65 | 0.71 |
| Hex | E5 | E4 | 84 | 0 | 0 | 2A | A | 3B | 41 | 47 |
| Octal | 345 | 344 | 204 | 0 | 0 | 52 | 12 | 73 | 101 | 107 |
| Binary | 11100101 | 11100100 | 10000100 | 0 | 0 | 101010 | 1010 | 111011 | 1000001 | 1000111 |
Color Harmonies of #E5E484
Complementary color
Monochromatic Colors of #E5E484
Black with #E5E484
Text Example
Text Example
White with #E5E484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E484; }
p { color: rgb(229,228,132); }
H1.HeaderClassName
{
color: #E5E484;
}
.AnyTagClassName
{
color: #E5E484;
}
</style>
background-color css
<style>
a { background-color: #E5E484; }
a { background-color: rgb(229,228,132); }
div.DivClassName
{
background-color: #E5E484;
}
.BgClassName
{
background-color: #E5E484;
}
</style>
border-color css
<style>
span { border-color: #E5E484; }
span { border-color: rgb(229,228,132); }
td.TdClassName
{
border-color: #E5E484;
}
.TagClassName
{
border-color: #E5E484;
}
</style>