Shades of Texas #E5ED81
Tints of Texas #E5ED81
RGB
CMYK
RGB Variations
Color information
#E5ED81 (or 0xE5ED81) is known color: Texas. HEX triplet: E5, ED and 81. RGB value is (229,237,129). Sum of RGB (Red+Green+Blue) = 229+237+129=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 129 (50.78% from 255 or 21.68% from 595); Max value from RGB is 237 - color contains mainly: green. Hex color #E5ED81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5ED81 is #1A127E. Grayscale: #DEDEDE. Windows color (decimal): -1708671 or 8515045. OLE color: 8515045.
HSL color Cylindrical-coordinate representation of color #E5ED81: hue angle of 64.44º degrees, saturation: 0.75, 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 #E5ED81 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 237 | 129 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.07 |
| HSL | 64.44º | 0.75% | 0.72% | - |
| HSV(B) | 64.44º | 0.46% | 0.93% | - |
| XYZ | 66.56 | 78.81 | 32.47 | - |
| YUV | 222.3 | 75.35 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 237 | 129 | 0.03 | 0 | 0.46 | 0.07 | 64.44 | 0.75 | 0.72 |
| Hex | E5 | ED | 81 | 3 | 0 | 2E | 7 | 40 | 4B | 48 |
| Octal | 345 | 355 | 201 | 3 | 0 | 56 | 7 | 100 | 113 | 110 |
| Binary | 11100101 | 11101101 | 10000001 | 11 | 0 | 101110 | 111 | 1000000 | 1001011 | 1001000 |
Color Harmonies of #E5ED81
Complementary color
Monochromatic Colors of #E5ED81
Black with #E5ED81
Text Example
Text Example
White with #E5ED81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ED81; }
p { color: rgb(229,237,129); }
H1.HeaderClassName
{
color: #E5ED81;
}
.AnyTagClassName
{
color: #E5ED81;
}
</style>
background-color css
<style>
a { background-color: #E5ED81; }
a { background-color: rgb(229,237,129); }
div.DivClassName
{
background-color: #E5ED81;
}
.BgClassName
{
background-color: #E5ED81;
}
</style>
border-color css
<style>
span { border-color: #E5ED81; }
span { border-color: rgb(229,237,129); }
td.TdClassName
{
border-color: #E5ED81;
}
.TagClassName
{
border-color: #E5ED81;
}
</style>