Shades of Texas #E1E880
Tints of Texas #E1E880
RGB
CMYK
RGB Variations
Color information
#E1E880 (or 0xE1E880) is known color: Texas. HEX triplet: E1, E8 and 80. RGB value is (225,232,128). Sum of RGB (Red+Green+Blue) = 225+232+128=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 232 (91.02% from 255 or 39.66% from 585); Blue value is 128 (50.39% from 255 or 21.88% from 585); Max value from RGB is 232 - color contains mainly: green. Hex color #E1E880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1E880 is #1E177F. Grayscale: #DADADA. Windows color (decimal): -1972096 or 8448225. OLE color: 8448225.
HSL color Cylindrical-coordinate representation of color #E1E880: hue angle of 64.04º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E1E880 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 232 | 128 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.09 |
| HSL | 64.04º | 0.69% | 0.71% | - |
| HSV(B) | 64.04º | 0.45% | 0.91% | - |
| XYZ | 63.8 | 75.28 | 31.59 | - |
| YUV | 218.05 | 77.18 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 232 | 128 | 0.03 | 0 | 0.45 | 0.09 | 64.04 | 0.69 | 0.71 |
| Hex | E1 | E8 | 80 | 3 | 0 | 2D | 9 | 40 | 45 | 47 |
| Octal | 341 | 350 | 200 | 3 | 0 | 55 | 11 | 100 | 105 | 107 |
| Binary | 11100001 | 11101000 | 10000000 | 11 | 0 | 101101 | 1001 | 1000000 | 1000101 | 1000111 |
Color Harmonies of #E1E880
Complementary color
Monochromatic Colors of #E1E880
Black with #E1E880
Text Example
Text Example
White with #E1E880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E880; }
p { color: rgb(225,232,128); }
H1.HeaderClassName
{
color: #E1E880;
}
.AnyTagClassName
{
color: #E1E880;
}
</style>
background-color css
<style>
a { background-color: #E1E880; }
a { background-color: rgb(225,232,128); }
div.DivClassName
{
background-color: #E1E880;
}
.BgClassName
{
background-color: #E1E880;
}
</style>
border-color css
<style>
span { border-color: #E1E880; }
span { border-color: rgb(225,232,128); }
td.TdClassName
{
border-color: #E1E880;
}
.TagClassName
{
border-color: #E1E880;
}
</style>