Shades of Texas #E5EA7F
Tints of Texas #E5EA7F
RGB
CMYK
RGB Variations
Color information
#E5EA7F (or 0xE5EA7F) is known color: Texas. HEX triplet: E5, EA and 7F. RGB value is (229,234,127). Sum of RGB (Red+Green+Blue) = 229+234+127=590 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.81% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 127 (50% from 255 or 21.53% from 590); Max value from RGB is 234 - color contains mainly: green. Hex color #E5EA7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5EA7F is #1A1580. Grayscale: #DCDCDC. Windows color (decimal): -1709441 or 8383205. OLE color: 8383205.
HSL color Cylindrical-coordinate representation of color #E5EA7F: hue angle of 62.8º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E5EA7F is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 234 | 127 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.08 |
| HSL | 62.8º | 0.72% | 0.71% | - |
| HSV(B) | 62.8º | 0.46% | 0.92% | - |
| XYZ | 65.57 | 77.04 | 31.49 | - |
| YUV | 220.31 | 75.34 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 234 | 127 | 0.02 | 0 | 0.46 | 0.08 | 62.8 | 0.72 | 0.71 |
| Hex | E5 | EA | 7F | 2 | 0 | 2E | 8 | 3F | 48 | 47 |
| Octal | 345 | 352 | 177 | 2 | 0 | 56 | 10 | 77 | 110 | 107 |
| Binary | 11100101 | 11101010 | 1111111 | 10 | 0 | 101110 | 1000 | 111111 | 1001000 | 1000111 |
Color Harmonies of #E5EA7F
Complementary color
Monochromatic Colors of #E5EA7F
Black with #E5EA7F
Text Example
Text Example
White with #E5EA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EA7F; }
p { color: rgb(229,234,127); }
H1.HeaderClassName
{
color: #E5EA7F;
}
.AnyTagClassName
{
color: #E5EA7F;
}
</style>
background-color css
<style>
a { background-color: #E5EA7F; }
a { background-color: rgb(229,234,127); }
div.DivClassName
{
background-color: #E5EA7F;
}
.BgClassName
{
background-color: #E5EA7F;
}
</style>
border-color css
<style>
span { border-color: #E5EA7F; }
span { border-color: rgb(229,234,127); }
td.TdClassName
{
border-color: #E5EA7F;
}
.TagClassName
{
border-color: #E5EA7F;
}
</style>