Shades of Texas #E0E47E
Tints of Texas #E0E47E
RGB
CMYK
RGB Variations
Color information
#E0E47E (or 0xE0E47E) is known color: Texas. HEX triplet: E0, E4 and 7E. RGB value is (224,228,126). Sum of RGB (Red+Green+Blue) = 224+228+126=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 228 (89.45% from 255 or 39.45% from 578); Blue value is 126 (49.61% from 255 or 21.80% from 578); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E47E is #1F1B81. Grayscale: #D7D7D7. Windows color (decimal): -2038658 or 8316128. OLE color: 8316128.
HSL color Cylindrical-coordinate representation of color #E0E47E: hue angle of 62.35º 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 #E0E47E is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 228 | 126 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.11 |
| HSL | 62.35º | 0.65% | 0.69% | - |
| HSV(B) | 62.35º | 0.45% | 0.89% | - |
| XYZ | 62.25 | 72.84 | 30.52 | - |
| YUV | 215.18 | 77.67 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 228 | 126 | 0.02 | 0 | 0.45 | 0.11 | 62.35 | 0.65 | 0.69 |
| Hex | E0 | E4 | 7E | 2 | 0 | 2D | B | 3E | 41 | 45 |
| Octal | 340 | 344 | 176 | 2 | 0 | 55 | 13 | 76 | 101 | 105 |
| Binary | 11100000 | 11100100 | 1111110 | 10 | 0 | 101101 | 1011 | 111110 | 1000001 | 1000101 |
Color Harmonies of #E0E47E
Complementary color
Monochromatic Colors of #E0E47E
Black with #E0E47E
Text Example
Text Example
White with #E0E47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E47E; }
p { color: rgb(224,228,126); }
H1.HeaderClassName
{
color: #E0E47E;
}
.AnyTagClassName
{
color: #E0E47E;
}
</style>
background-color css
<style>
a { background-color: #E0E47E; }
a { background-color: rgb(224,228,126); }
div.DivClassName
{
background-color: #E0E47E;
}
.BgClassName
{
background-color: #E0E47E;
}
</style>
border-color css
<style>
span { border-color: #E0E47E; }
span { border-color: rgb(224,228,126); }
td.TdClassName
{
border-color: #E0E47E;
}
.TagClassName
{
border-color: #E0E47E;
}
</style>