Shades of Medium Goldenrod #ECEEA8
Tints of Medium Goldenrod #ECEEA8
RGB
CMYK
RGB Variations
Color information
#ECEEA8 (or 0xECEEA8) is known color: Medium Goldenrod. HEX triplet: EC, EE and A8. RGB value is (236,238,168). Sum of RGB (Red+Green+Blue) = 236+238+168=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 168 (66.02% from 255 or 26.17% from 642); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEEA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEEA8 is #131157. Grayscale: #E5E5E5. Windows color (decimal): -1249624 or 11071212. OLE color: 11071212.
HSL color Cylindrical-coordinate representation of color #ECEEA8: hue angle of 61.71º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECEEA8 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 238 | 168 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.07 |
| HSL | 61.71º | 0.67% | 0.8% | - |
| HSV(B) | 61.71º | 0.29% | 0.93% | - |
| XYZ | 72.23 | 81.81 | 49.03 | - |
| YUV | 229.42 | 93.34 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 238 | 168 | 0.01 | 0 | 0.29 | 0.07 | 61.71 | 0.67 | 0.8 |
| Hex | EC | EE | A8 | 1 | 0 | 1D | 7 | 3E | 43 | 50 |
| Octal | 354 | 356 | 250 | 1 | 0 | 35 | 7 | 76 | 103 | 120 |
| Binary | 11101100 | 11101110 | 10101000 | 1 | 0 | 11101 | 111 | 111110 | 1000011 | 1010000 |
Color Harmonies of #ECEEA8
Complementary color
Monochromatic Colors of #ECEEA8
Black with #ECEEA8
Text Example
Text Example
White with #ECEEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEEA8; }
p { color: rgb(236,238,168); }
H1.HeaderClassName
{
color: #ECEEA8;
}
.AnyTagClassName
{
color: #ECEEA8;
}
</style>
background-color css
<style>
a { background-color: #ECEEA8; }
a { background-color: rgb(236,238,168); }
div.DivClassName
{
background-color: #ECEEA8;
}
.BgClassName
{
background-color: #ECEEA8;
}
</style>
border-color css
<style>
span { border-color: #ECEEA8; }
span { border-color: rgb(236,238,168); }
td.TdClassName
{
border-color: #ECEEA8;
}
.TagClassName
{
border-color: #ECEEA8;
}
</style>