Shades of Texas #E2E07E
Tints of Texas #E2E07E
RGB
CMYK
RGB Variations
Color information
#E2E07E (or 0xE2E07E) is known color: Texas. HEX triplet: E2, E0 and 7E. RGB value is (226,224,126). Sum of RGB (Red+Green+Blue) = 226+224+126=576 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.24% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 126 (49.61% from 255 or 21.88% from 576); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E07E is #1D1F81. Grayscale: #D5D5D5. Windows color (decimal): -1908610 or 8315106. OLE color: 8315106.
HSL color Cylindrical-coordinate representation of color #E2E07E: hue angle of 58.8º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E2E07E is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 224 | 126 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.11 |
| HSL | 58.8º | 0.63% | 0.69% | - |
| HSV(B) | 58.8º | 0.44% | 0.89% | - |
| XYZ | 61.79 | 70.99 | 30.18 | - |
| YUV | 213.43 | 78.66 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 126 | 0 | 0.01 | 0.44 | 0.11 | 58.8 | 0.63 | 0.69 |
| Hex | E2 | E0 | 7E | 0 | 1 | 2C | B | 3B | 3F | 45 |
| Octal | 342 | 340 | 176 | 0 | 1 | 54 | 13 | 73 | 77 | 105 |
| Binary | 11100010 | 11100000 | 1111110 | 0 | 1 | 101100 | 1011 | 111011 | 111111 | 1000101 |
Color Harmonies of #E2E07E
Complementary color
Monochromatic Colors of #E2E07E
Black with #E2E07E
Text Example
Text Example
White with #E2E07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E07E; }
p { color: rgb(226,224,126); }
H1.HeaderClassName
{
color: #E2E07E;
}
.AnyTagClassName
{
color: #E2E07E;
}
</style>
background-color css
<style>
a { background-color: #E2E07E; }
a { background-color: rgb(226,224,126); }
div.DivClassName
{
background-color: #E2E07E;
}
.BgClassName
{
background-color: #E2E07E;
}
</style>
border-color css
<style>
span { border-color: #E2E07E; }
span { border-color: rgb(226,224,126); }
td.TdClassName
{
border-color: #E2E07E;
}
.TagClassName
{
border-color: #E2E07E;
}
</style>