Shades of Medium Goldenrod #ECEEA5
Tints of Medium Goldenrod #ECEEA5
RGB
CMYK
RGB Variations
Color information
#ECEEA5 (or 0xECEEA5) is known color: Medium Goldenrod. HEX triplet: EC, EE and A5. RGB value is (236,238,165). Sum of RGB (Red+Green+Blue) = 236+238+165=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 165 (64.84% from 255 or 25.82% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEEA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEEA5 is #13115A. Grayscale: #E5E5E5. Windows color (decimal): -1249627 or 10874604. OLE color: 10874604.
HSL color Cylindrical-coordinate representation of color #ECEEA5: hue angle of 61.64º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECEEA5 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 238 | 165 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.07 |
| HSL | 61.64º | 0.68% | 0.79% | - |
| HSV(B) | 61.64º | 0.31% | 0.93% | - |
| XYZ | 71.96 | 81.7 | 47.57 | - |
| YUV | 229.08 | 91.84 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 238 | 165 | 0.01 | 0 | 0.31 | 0.07 | 61.64 | 0.68 | 0.79 |
| Hex | EC | EE | A5 | 1 | 0 | 1F | 7 | 3E | 44 | 4F |
| Octal | 354 | 356 | 245 | 1 | 0 | 37 | 7 | 76 | 104 | 117 |
| Binary | 11101100 | 11101110 | 10100101 | 1 | 0 | 11111 | 111 | 111110 | 1000100 | 1001111 |
Color Harmonies of #ECEEA5
Complementary color
Monochromatic Colors of #ECEEA5
Black with #ECEEA5
Text Example
Text Example
White with #ECEEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEEA5; }
p { color: rgb(236,238,165); }
H1.HeaderClassName
{
color: #ECEEA5;
}
.AnyTagClassName
{
color: #ECEEA5;
}
</style>
background-color css
<style>
a { background-color: #ECEEA5; }
a { background-color: rgb(236,238,165); }
div.DivClassName
{
background-color: #ECEEA5;
}
.BgClassName
{
background-color: #ECEEA5;
}
</style>
border-color css
<style>
span { border-color: #ECEEA5; }
span { border-color: rgb(236,238,165); }
td.TdClassName
{
border-color: #ECEEA5;
}
.TagClassName
{
border-color: #ECEEA5;
}
</style>