Shades of Texas #E2E17F
Tints of Texas #E2E17F
RGB
CMYK
RGB Variations
Color information
#E2E17F (or 0xE2E17F) is known color: Texas. HEX triplet: E2, E1 and 7F. RGB value is (226,225,127). Sum of RGB (Red+Green+Blue) = 226+225+127=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 225 (88.28% from 255 or 38.93% from 578); Blue value is 127 (50% from 255 or 21.97% from 578); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E17F is #1D1E80. Grayscale: #D6D6D6. Windows color (decimal): -1908353 or 8380898. OLE color: 8380898.
HSL color Cylindrical-coordinate representation of color #E2E17F: hue angle of 59.39º 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 #E2E17F is Cyan = 0, Magento = 0.00, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 127 | - |
| CMYK | 0 | 0.00 | 0.44 | 0.11 |
| HSL | 59.39º | 0.63% | 0.69% | - |
| HSV(B) | 59.39º | 0.44% | 0.89% | - |
| XYZ | 62.12 | 71.55 | 30.62 | - |
| YUV | 214.13 | 78.83 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 127 | 0 | 0.00 | 0.44 | 0.11 | 59.39 | 0.63 | 0.69 |
| Hex | E2 | E1 | 7F | 0 | 0 | 2C | B | 3B | 3F | 45 |
| Octal | 342 | 341 | 177 | 0 | 0 | 54 | 13 | 73 | 77 | 105 |
| Binary | 11100010 | 11100001 | 1111111 | 0 | 0 | 101100 | 1011 | 111011 | 111111 | 1000101 |
Color Harmonies of #E2E17F
Complementary color
Monochromatic Colors of #E2E17F
Black with #E2E17F
Text Example
Text Example
White with #E2E17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E17F; }
p { color: rgb(226,225,127); }
H1.HeaderClassName
{
color: #E2E17F;
}
.AnyTagClassName
{
color: #E2E17F;
}
</style>
background-color css
<style>
a { background-color: #E2E17F; }
a { background-color: rgb(226,225,127); }
div.DivClassName
{
background-color: #E2E17F;
}
.BgClassName
{
background-color: #E2E17F;
}
</style>
border-color css
<style>
span { border-color: #E2E17F; }
span { border-color: rgb(226,225,127); }
td.TdClassName
{
border-color: #E2E17F;
}
.TagClassName
{
border-color: #E2E17F;
}
</style>