Shades of Texas #E1E17D
Tints of Texas #E1E17D
RGB
CMYK
RGB Variations
Color information
#E1E17D (or 0xE1E17D) is known color: Texas. HEX triplet: E1, E1 and 7D. RGB value is (225,225,125). Sum of RGB (Red+Green+Blue) = 225+225+125=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 125 (49.22% from 255 or 21.74% from 575); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E17D is #1E1E82. Grayscale: #D6D6D6. Windows color (decimal): -1973891 or 8249825. OLE color: 8249825.
HSL color Cylindrical-coordinate representation of color #E1E17D: 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 #E1E17D is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 225 | 125 | - |
| CMYK | 0 | 0 | 0.44 | 0.12 |
| HSL | 60º | 0.63% | 0.69% | - |
| HSV(B) | 60º | 0.44% | 0.88% | - |
| XYZ | 61.68 | 71.34 | 29.92 | - |
| YUV | 213.6 | 78 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 225 | 125 | 0 | 0 | 0.44 | 0.12 | 60 | 0.63 | 0.69 |
| Hex | E1 | E1 | 7D | 0 | 0 | 2C | C | 3C | 3E | 45 |
| Octal | 341 | 341 | 175 | 0 | 0 | 54 | 14 | 74 | 76 | 105 |
| Binary | 11100001 | 11100001 | 1111101 | 0 | 0 | 101100 | 1100 | 111100 | 111110 | 1000101 |
Color Harmonies of #E1E17D
Complementary color
Monochromatic Colors of #E1E17D
Black with #E1E17D
Text Example
Text Example
White with #E1E17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E17D; }
p { color: rgb(225,225,125); }
H1.HeaderClassName
{
color: #E1E17D;
}
.AnyTagClassName
{
color: #E1E17D;
}
</style>
background-color css
<style>
a { background-color: #E1E17D; }
a { background-color: rgb(225,225,125); }
div.DivClassName
{
background-color: #E1E17D;
}
.BgClassName
{
background-color: #E1E17D;
}
</style>
border-color css
<style>
span { border-color: #E1E17D; }
span { border-color: rgb(225,225,125); }
td.TdClassName
{
border-color: #E1E17D;
}
.TagClassName
{
border-color: #E1E17D;
}
</style>