Shades of Texas #E2E580
Tints of Texas #E2E580
RGB
CMYK
RGB Variations
Color information
#E2E580 (or 0xE2E580) is known color: Texas. HEX triplet: E2, E5 and 80. RGB value is (226,229,128). Sum of RGB (Red+Green+Blue) = 226+229+128=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 229 (89.84% from 255 or 39.28% from 583); Blue value is 128 (50.39% from 255 or 21.96% from 583); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E580 is #1D1A7F. Grayscale: #D8D8D8. Windows color (decimal): -1907328 or 8447458. OLE color: 8447458.
HSL color Cylindrical-coordinate representation of color #E2E580: hue angle of 61.78º 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 #E2E580 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 229 | 128 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.10 |
| HSL | 61.78º | 0.66% | 0.7% | - |
| HSV(B) | 61.78º | 0.44% | 0.9% | - |
| XYZ | 63.28 | 73.77 | 31.33 | - |
| YUV | 216.59 | 78.01 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 229 | 128 | 0.01 | 0 | 0.44 | 0.10 | 61.78 | 0.66 | 0.7 |
| Hex | E2 | E5 | 80 | 1 | 0 | 2C | A | 3E | 42 | 46 |
| Octal | 342 | 345 | 200 | 1 | 0 | 54 | 12 | 76 | 102 | 106 |
| Binary | 11100010 | 11100101 | 10000000 | 1 | 0 | 101100 | 1010 | 111110 | 1000010 | 1000110 |
Color Harmonies of #E2E580
Complementary color
Monochromatic Colors of #E2E580
Black with #E2E580
Text Example
Text Example
White with #E2E580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E580; }
p { color: rgb(226,229,128); }
H1.HeaderClassName
{
color: #E2E580;
}
.AnyTagClassName
{
color: #E2E580;
}
</style>
background-color css
<style>
a { background-color: #E2E580; }
a { background-color: rgb(226,229,128); }
div.DivClassName
{
background-color: #E2E580;
}
.BgClassName
{
background-color: #E2E580;
}
</style>
border-color css
<style>
span { border-color: #E2E580; }
span { border-color: rgb(226,229,128); }
td.TdClassName
{
border-color: #E2E580;
}
.TagClassName
{
border-color: #E2E580;
}
</style>