Shades of Medium Goldenrod #E5ECA0
Tints of Medium Goldenrod #E5ECA0
RGB
CMYK
RGB Variations
Color information
#E5ECA0 (or 0xE5ECA0) is known color: Medium Goldenrod. HEX triplet: E5, EC and A0. RGB value is (229,236,160). Sum of RGB (Red+Green+Blue) = 229+236+160=625 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.64% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 160 (62.89% from 255 or 25.6% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #E5ECA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5ECA0 is #1A135F. Grayscale: #E1E1E1. Windows color (decimal): -1708896 or 10546405. OLE color: 10546405.
HSL color Cylindrical-coordinate representation of color #E5ECA0: hue angle of 65.53º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E5ECA0 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 236 | 160 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.07 |
| HSL | 65.53º | 0.67% | 0.78% | - |
| HSV(B) | 65.53º | 0.32% | 0.93% | - |
| XYZ | 68.65 | 79.19 | 44.92 | - |
| YUV | 225.24 | 91.18 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 236 | 160 | 0.03 | 0 | 0.32 | 0.07 | 65.53 | 0.67 | 0.78 |
| Hex | E5 | EC | A0 | 3 | 0 | 20 | 7 | 42 | 43 | 4E |
| Octal | 345 | 354 | 240 | 3 | 0 | 40 | 7 | 102 | 103 | 116 |
| Binary | 11100101 | 11101100 | 10100000 | 11 | 0 | 100000 | 111 | 1000010 | 1000011 | 1001110 |
Color Harmonies of #E5ECA0
Complementary color
Monochromatic Colors of #E5ECA0
Black with #E5ECA0
Text Example
Text Example
White with #E5ECA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ECA0; }
p { color: rgb(229,236,160); }
H1.HeaderClassName
{
color: #E5ECA0;
}
.AnyTagClassName
{
color: #E5ECA0;
}
</style>
background-color css
<style>
a { background-color: #E5ECA0; }
a { background-color: rgb(229,236,160); }
div.DivClassName
{
background-color: #E5ECA0;
}
.BgClassName
{
background-color: #E5ECA0;
}
</style>
border-color css
<style>
span { border-color: #E5ECA0; }
span { border-color: rgb(229,236,160); }
td.TdClassName
{
border-color: #E5ECA0;
}
.TagClassName
{
border-color: #E5ECA0;
}
</style>