Shades of Texas #E1E580
Tints of Texas #E1E580
RGB
CMYK
RGB Variations
Color information
#E1E580 (or 0xE1E580) is known color: Texas. HEX triplet: E1, E5 and 80. RGB value is (225,229,128). Sum of RGB (Red+Green+Blue) = 225+229+128=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 229 (89.84% from 255 or 39.35% from 582); Blue value is 128 (50.39% from 255 or 21.99% from 582); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E580 is #1E1A7F. Grayscale: #D8D8D8. Windows color (decimal): -1972864 or 8447457. OLE color: 8447457.
HSL color Cylindrical-coordinate representation of color #E1E580: hue angle of 62.38º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1E580 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 229 | 128 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.10 |
| HSL | 62.38º | 0.66% | 0.7% | - |
| HSV(B) | 62.38º | 0.44% | 0.9% | - |
| XYZ | 62.97 | 73.6 | 31.31 | - |
| YUV | 216.29 | 78.17 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 229 | 128 | 0.02 | 0 | 0.44 | 0.10 | 62.38 | 0.66 | 0.7 |
| Hex | E1 | E5 | 80 | 2 | 0 | 2C | A | 3E | 42 | 46 |
| Octal | 341 | 345 | 200 | 2 | 0 | 54 | 12 | 76 | 102 | 106 |
| Binary | 11100001 | 11100101 | 10000000 | 10 | 0 | 101100 | 1010 | 111110 | 1000010 | 1000110 |
Color Harmonies of #E1E580
Complementary color
Monochromatic Colors of #E1E580
Black with #E1E580
Text Example
Text Example
White with #E1E580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E580; }
p { color: rgb(225,229,128); }
H1.HeaderClassName
{
color: #E1E580;
}
.AnyTagClassName
{
color: #E1E580;
}
</style>
background-color css
<style>
a { background-color: #E1E580; }
a { background-color: rgb(225,229,128); }
div.DivClassName
{
background-color: #E1E580;
}
.BgClassName
{
background-color: #E1E580;
}
</style>
border-color css
<style>
span { border-color: #E1E580; }
span { border-color: rgb(225,229,128); }
td.TdClassName
{
border-color: #E1E580;
}
.TagClassName
{
border-color: #E1E580;
}
</style>