Shades of Texas #E2E47E
Tints of Texas #E2E47E
RGB
CMYK
RGB Variations
Color information
#E2E47E (or 0xE2E47E) is known color: Texas. HEX triplet: E2, E4 and 7E. RGB value is (226,228,126). Sum of RGB (Red+Green+Blue) = 226+228+126=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 228 (89.45% from 255 or 39.31% from 580); Blue value is 126 (49.61% from 255 or 21.72% from 580); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E47E is #1D1B81. Grayscale: #D8D8D8. Windows color (decimal): -1907586 or 8316130. OLE color: 8316130.
HSL color Cylindrical-coordinate representation of color #E2E47E: hue angle of 61.18º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E2E47E is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 228 | 126 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.11 |
| HSL | 61.18º | 0.65% | 0.69% | - |
| HSV(B) | 61.18º | 0.45% | 0.89% | - |
| XYZ | 62.87 | 73.16 | 30.55 | - |
| YUV | 215.77 | 77.34 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 228 | 126 | 0.01 | 0 | 0.45 | 0.11 | 61.18 | 0.65 | 0.69 |
| Hex | E2 | E4 | 7E | 1 | 0 | 2D | B | 3D | 41 | 45 |
| Octal | 342 | 344 | 176 | 1 | 0 | 55 | 13 | 75 | 101 | 105 |
| Binary | 11100010 | 11100100 | 1111110 | 1 | 0 | 101101 | 1011 | 111101 | 1000001 | 1000101 |
Color Harmonies of #E2E47E
Complementary color
Monochromatic Colors of #E2E47E
Black with #E2E47E
Text Example
Text Example
White with #E2E47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E47E; }
p { color: rgb(226,228,126); }
H1.HeaderClassName
{
color: #E2E47E;
}
.AnyTagClassName
{
color: #E2E47E;
}
</style>
background-color css
<style>
a { background-color: #E2E47E; }
a { background-color: rgb(226,228,126); }
div.DivClassName
{
background-color: #E2E47E;
}
.BgClassName
{
background-color: #E2E47E;
}
</style>
border-color css
<style>
span { border-color: #E2E47E; }
span { border-color: rgb(226,228,126); }
td.TdClassName
{
border-color: #E2E47E;
}
.TagClassName
{
border-color: #E2E47E;
}
</style>