Shades of Texas #E1E17E
Tints of Texas #E1E17E
RGB
CMYK
RGB Variations
Color information
#E1E17E (or 0xE1E17E) is known color: Texas. HEX triplet: E1, E1 and 7E. RGB value is (225,225,126). Sum of RGB (Red+Green+Blue) = 225+225+126=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 126 (49.61% from 255 or 21.88% from 576); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E17E is #1E1E81. Grayscale: #D6D6D6. Windows color (decimal): -1973890 or 8315361. OLE color: 8315361.
HSL color Cylindrical-coordinate representation of color #E1E17E: hue angle of 60º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1E17E is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 225 | 126 | - |
| CMYK | 0 | 0 | 0.44 | 0.12 |
| HSL | 60º | 0.62% | 0.69% | - |
| HSV(B) | 60º | 0.44% | 0.88% | - |
| XYZ | 61.74 | 71.36 | 30.26 | - |
| YUV | 213.71 | 78.5 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 225 | 126 | 0 | 0 | 0.44 | 0.12 | 60 | 0.62 | 0.69 |
| Hex | E1 | E1 | 7E | 0 | 0 | 2C | C | 3C | 3E | 45 |
| Octal | 341 | 341 | 176 | 0 | 0 | 54 | 14 | 74 | 76 | 105 |
| Binary | 11100001 | 11100001 | 1111110 | 0 | 0 | 101100 | 1100 | 111100 | 111110 | 1000101 |
Color Harmonies of #E1E17E
Complementary color
Monochromatic Colors of #E1E17E
Black with #E1E17E
Text Example
Text Example
White with #E1E17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E17E; }
p { color: rgb(225,225,126); }
H1.HeaderClassName
{
color: #E1E17E;
}
.AnyTagClassName
{
color: #E1E17E;
}
</style>
background-color css
<style>
a { background-color: #E1E17E; }
a { background-color: rgb(225,225,126); }
div.DivClassName
{
background-color: #E1E17E;
}
.BgClassName
{
background-color: #E1E17E;
}
</style>
border-color css
<style>
span { border-color: #E1E17E; }
span { border-color: rgb(225,225,126); }
td.TdClassName
{
border-color: #E1E17E;
}
.TagClassName
{
border-color: #E1E17E;
}
</style>