Shades of Texas #E2EA80
Tints of Texas #E2EA80
RGB
CMYK
RGB Variations
Color information
#E2EA80 (or 0xE2EA80) is known color: Texas. HEX triplet: E2, EA and 80. RGB value is (226,234,128). Sum of RGB (Red+Green+Blue) = 226+234+128=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 128 (50.39% from 255 or 21.77% from 588); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EA80 is #1D157F. Grayscale: #DBDBDB. Windows color (decimal): -1906048 or 8448738. OLE color: 8448738.
HSL color Cylindrical-coordinate representation of color #E2EA80: hue angle of 64.53º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E2EA80 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 128 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.08 |
| HSL | 64.53º | 0.72% | 0.71% | - |
| HSV(B) | 64.53º | 0.45% | 0.92% | - |
| XYZ | 64.68 | 76.57 | 31.79 | - |
| YUV | 219.52 | 76.35 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 128 | 0.03 | 0 | 0.45 | 0.08 | 64.53 | 0.72 | 0.71 |
| Hex | E2 | EA | 80 | 3 | 0 | 2D | 8 | 41 | 48 | 47 |
| Octal | 342 | 352 | 200 | 3 | 0 | 55 | 10 | 101 | 110 | 107 |
| Binary | 11100010 | 11101010 | 10000000 | 11 | 0 | 101101 | 1000 | 1000001 | 1001000 | 1000111 |
Color Harmonies of #E2EA80
Complementary color
Monochromatic Colors of #E2EA80
Black with #E2EA80
Text Example
Text Example
White with #E2EA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EA80; }
p { color: rgb(226,234,128); }
H1.HeaderClassName
{
color: #E2EA80;
}
.AnyTagClassName
{
color: #E2EA80;
}
</style>
background-color css
<style>
a { background-color: #E2EA80; }
a { background-color: rgb(226,234,128); }
div.DivClassName
{
background-color: #E2EA80;
}
.BgClassName
{
background-color: #E2EA80;
}
</style>
border-color css
<style>
span { border-color: #E2EA80; }
span { border-color: rgb(226,234,128); }
td.TdClassName
{
border-color: #E2EA80;
}
.TagClassName
{
border-color: #E2EA80;
}
</style>