Shades of Texas #E2E080
Tints of Texas #E2E080
RGB
CMYK
RGB Variations
Color information
#E2E080 (or 0xE2E080) is known color: Texas. HEX triplet: E2, E0 and 80. RGB value is (226,224,128). Sum of RGB (Red+Green+Blue) = 226+224+128=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 224 (87.89% from 255 or 38.75% from 578); Blue value is 128 (50.39% from 255 or 22.15% from 578); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E080 is #1D1F7F. Grayscale: #D6D6D6. Windows color (decimal): -1908608 or 8446178. OLE color: 8446178.
HSL color Cylindrical-coordinate representation of color #E2E080: hue angle of 58.78º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E2E080 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 224 | 128 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.11 |
| HSL | 58.78º | 0.63% | 0.69% | - |
| HSV(B) | 58.78º | 0.43% | 0.89% | - |
| XYZ | 61.92 | 71.04 | 30.87 | - |
| YUV | 213.65 | 79.66 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 128 | 0 | 0.01 | 0.43 | 0.11 | 58.78 | 0.63 | 0.69 |
| Hex | E2 | E0 | 80 | 0 | 1 | 2B | B | 3B | 3F | 45 |
| Octal | 342 | 340 | 200 | 0 | 1 | 53 | 13 | 73 | 77 | 105 |
| Binary | 11100010 | 11100000 | 10000000 | 0 | 1 | 101011 | 1011 | 111011 | 111111 | 1000101 |
Color Harmonies of #E2E080
Complementary color
Monochromatic Colors of #E2E080
Black with #E2E080
Text Example
Text Example
White with #E2E080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E080; }
p { color: rgb(226,224,128); }
H1.HeaderClassName
{
color: #E2E080;
}
.AnyTagClassName
{
color: #E2E080;
}
</style>
background-color css
<style>
a { background-color: #E2E080; }
a { background-color: rgb(226,224,128); }
div.DivClassName
{
background-color: #E2E080;
}
.BgClassName
{
background-color: #E2E080;
}
</style>
border-color css
<style>
span { border-color: #E2E080; }
span { border-color: rgb(226,224,128); }
td.TdClassName
{
border-color: #E2E080;
}
.TagClassName
{
border-color: #E2E080;
}
</style>