Shades of Texas #E1E57A
Tints of Texas #E1E57A
RGB
CMYK
RGB Variations
Color information
#E1E57A (or 0xE1E57A) is known color: Texas. HEX triplet: E1, E5 and 7A. RGB value is (225,229,122). Sum of RGB (Red+Green+Blue) = 225+229+122=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 229 (89.84% from 255 or 39.76% from 576); Blue value is 122 (48.05% from 255 or 21.18% from 576); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E57A is #1E1A85. Grayscale: #D8D8D8. Windows color (decimal): -1972870 or 8054241. OLE color: 8054241.
HSL color Cylindrical-coordinate representation of color #E1E57A: hue angle of 62.24º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E1E57A is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 229 | 122 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.10 |
| HSL | 62.24º | 0.67% | 0.69% | - |
| HSV(B) | 62.24º | 0.47% | 0.9% | - |
| XYZ | 62.58 | 73.45 | 29.29 | - |
| YUV | 215.61 | 75.17 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 229 | 122 | 0.02 | 0 | 0.47 | 0.10 | 62.24 | 0.67 | 0.69 |
| Hex | E1 | E5 | 7A | 2 | 0 | 2F | A | 3E | 43 | 45 |
| Octal | 341 | 345 | 172 | 2 | 0 | 57 | 12 | 76 | 103 | 105 |
| Binary | 11100001 | 11100101 | 1111010 | 10 | 0 | 101111 | 1010 | 111110 | 1000011 | 1000101 |
Color Harmonies of #E1E57A
Complementary color
Monochromatic Colors of #E1E57A
Black with #E1E57A
Text Example
Text Example
White with #E1E57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E57A; }
p { color: rgb(225,229,122); }
H1.HeaderClassName
{
color: #E1E57A;
}
.AnyTagClassName
{
color: #E1E57A;
}
</style>
background-color css
<style>
a { background-color: #E1E57A; }
a { background-color: rgb(225,229,122); }
div.DivClassName
{
background-color: #E1E57A;
}
.BgClassName
{
background-color: #E1E57A;
}
</style>
border-color css
<style>
span { border-color: #E1E57A; }
span { border-color: rgb(225,229,122); }
td.TdClassName
{
border-color: #E1E57A;
}
.TagClassName
{
border-color: #E1E57A;
}
</style>