Shades of Texas #E2EA83
Tints of Texas #E2EA83
RGB
CMYK
RGB Variations
Color information
#E2EA83 (or 0xE2EA83) is known color: Texas. HEX triplet: E2, EA and 83. RGB value is (226,234,131). Sum of RGB (Red+Green+Blue) = 226+234+131=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 131 (51.56% from 255 or 22.17% from 591); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EA83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EA83 is #1D157C. Grayscale: #DCDCDC. Windows color (decimal): -1906045 or 8645346. OLE color: 8645346.
HSL color Cylindrical-coordinate representation of color #E2EA83: hue angle of 64.66º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E2EA83 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 131 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.08 |
| HSL | 64.66º | 0.71% | 0.72% | - |
| HSV(B) | 64.66º | 0.44% | 0.92% | - |
| XYZ | 64.88 | 76.65 | 32.85 | - |
| YUV | 219.87 | 77.85 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 131 | 0.03 | 0 | 0.44 | 0.08 | 64.66 | 0.71 | 0.72 |
| Hex | E2 | EA | 83 | 3 | 0 | 2C | 8 | 41 | 47 | 48 |
| Octal | 342 | 352 | 203 | 3 | 0 | 54 | 10 | 101 | 107 | 110 |
| Binary | 11100010 | 11101010 | 10000011 | 11 | 0 | 101100 | 1000 | 1000001 | 1000111 | 1001000 |
Color Harmonies of #E2EA83
Complementary color
Monochromatic Colors of #E2EA83
Black with #E2EA83
Text Example
Text Example
White with #E2EA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EA83; }
p { color: rgb(226,234,131); }
H1.HeaderClassName
{
color: #E2EA83;
}
.AnyTagClassName
{
color: #E2EA83;
}
</style>
background-color css
<style>
a { background-color: #E2EA83; }
a { background-color: rgb(226,234,131); }
div.DivClassName
{
background-color: #E2EA83;
}
.BgClassName
{
background-color: #E2EA83;
}
</style>
border-color css
<style>
span { border-color: #E2EA83; }
span { border-color: rgb(226,234,131); }
td.TdClassName
{
border-color: #E2EA83;
}
.TagClassName
{
border-color: #E2EA83;
}
</style>