Shades of Texas #E1E47A
Tints of Texas #E1E47A
RGB
CMYK
RGB Variations
Color information
#E1E47A (or 0xE1E47A) is known color: Texas. HEX triplet: E1, E4 and 7A. RGB value is (225,228,122). Sum of RGB (Red+Green+Blue) = 225+228+122=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 228 (89.45% from 255 or 39.65% from 575); Blue value is 122 (48.05% from 255 or 21.22% from 575); Max value from RGB is 228 - color contains mainly: green. Hex color #E1E47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E47A is #1E1B85. Grayscale: #D7D7D7. Windows color (decimal): -1973126 or 8053985. OLE color: 8053985.
HSL color Cylindrical-coordinate representation of color #E1E47A: hue angle of 61.7º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1E47A is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 228 | 122 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.11 |
| HSL | 61.7º | 0.66% | 0.69% | - |
| HSV(B) | 61.7º | 0.46% | 0.89% | - |
| XYZ | 62.31 | 72.9 | 29.2 | - |
| YUV | 215.02 | 75.51 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 228 | 122 | 0.01 | 0 | 0.46 | 0.11 | 61.7 | 0.66 | 0.69 |
| Hex | E1 | E4 | 7A | 1 | 0 | 2E | B | 3E | 42 | 45 |
| Octal | 341 | 344 | 172 | 1 | 0 | 56 | 13 | 76 | 102 | 105 |
| Binary | 11100001 | 11100100 | 1111010 | 1 | 0 | 101110 | 1011 | 111110 | 1000010 | 1000101 |
Color Harmonies of #E1E47A
Complementary color
Monochromatic Colors of #E1E47A
Black with #E1E47A
Text Example
Text Example
White with #E1E47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E47A; }
p { color: rgb(225,228,122); }
H1.HeaderClassName
{
color: #E1E47A;
}
.AnyTagClassName
{
color: #E1E47A;
}
</style>
background-color css
<style>
a { background-color: #E1E47A; }
a { background-color: rgb(225,228,122); }
div.DivClassName
{
background-color: #E1E47A;
}
.BgClassName
{
background-color: #E1E47A;
}
</style>
border-color css
<style>
span { border-color: #E1E47A; }
span { border-color: rgb(225,228,122); }
td.TdClassName
{
border-color: #E1E47A;
}
.TagClassName
{
border-color: #E1E47A;
}
</style>