Shades of Texas #E5EE80
Tints of Texas #E5EE80
RGB
CMYK
RGB Variations
Color information
#E5EE80 (or 0xE5EE80) is known color: Texas. HEX triplet: E5, EE and 80. RGB value is (229,238,128). Sum of RGB (Red+Green+Blue) = 229+238+128=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 128 (50.39% from 255 or 21.51% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #E5EE80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5EE80 is #1A117F. Grayscale: #DFDFDF. Windows color (decimal): -1708416 or 8449765. OLE color: 8449765.
HSL color Cylindrical-coordinate representation of color #E5EE80: hue angle of 64.91º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E5EE80 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 238 | 128 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.07 |
| HSL | 64.91º | 0.76% | 0.72% | - |
| HSV(B) | 64.91º | 0.46% | 0.93% | - |
| XYZ | 66.78 | 79.37 | 32.22 | - |
| YUV | 222.77 | 74.52 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 238 | 128 | 0.04 | 0 | 0.46 | 0.07 | 64.91 | 0.76 | 0.72 |
| Hex | E5 | EE | 80 | 4 | 0 | 2E | 7 | 41 | 4C | 48 |
| Octal | 345 | 356 | 200 | 4 | 0 | 56 | 7 | 101 | 114 | 110 |
| Binary | 11100101 | 11101110 | 10000000 | 100 | 0 | 101110 | 111 | 1000001 | 1001100 | 1001000 |
Color Harmonies of #E5EE80
Complementary color
Monochromatic Colors of #E5EE80
Black with #E5EE80
Text Example
Text Example
White with #E5EE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EE80; }
p { color: rgb(229,238,128); }
H1.HeaderClassName
{
color: #E5EE80;
}
.AnyTagClassName
{
color: #E5EE80;
}
</style>
background-color css
<style>
a { background-color: #E5EE80; }
a { background-color: rgb(229,238,128); }
div.DivClassName
{
background-color: #E5EE80;
}
.BgClassName
{
background-color: #E5EE80;
}
</style>
border-color css
<style>
span { border-color: #E5EE80; }
span { border-color: rgb(229,238,128); }
td.TdClassName
{
border-color: #E5EE80;
}
.TagClassName
{
border-color: #E5EE80;
}
</style>