Shades of Medium Goldenrod #ECEDB4
Tints of Medium Goldenrod #ECEDB4
RGB
CMYK
RGB Variations
Color information
#ECEDB4 (or 0xECEDB4) is known color: Medium Goldenrod. HEX triplet: EC, ED and B4. RGB value is (236,237,180). Sum of RGB (Red+Green+Blue) = 236+237+180=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 180 (70.70% from 255 or 27.57% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEDB4 is #13124B. Grayscale: #E6E6E6. Windows color (decimal): -1249868 or 11857388. OLE color: 11857388.
HSL color Cylindrical-coordinate representation of color #ECEDB4: hue angle of 61.05º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECEDB4 is Cyan = 0.00, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 180 | - |
| CMYK | 0.00 | 0 | 0.24 | 0.07 |
| HSL | 61.05º | 0.61% | 0.82% | - |
| HSV(B) | 61.05º | 0.24% | 0.93% | - |
| XYZ | 73.11 | 81.7 | 55.1 | - |
| YUV | 230.2 | 99.67 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 180 | 0.00 | 0 | 0.24 | 0.07 | 61.05 | 0.61 | 0.82 |
| Hex | EC | ED | B4 | 0 | 0 | 18 | 7 | 3D | 3D | 52 |
| Octal | 354 | 355 | 264 | 0 | 0 | 30 | 7 | 75 | 75 | 122 |
| Binary | 11101100 | 11101101 | 10110100 | 0 | 0 | 11000 | 111 | 111101 | 111101 | 1010010 |
Color Harmonies of #ECEDB4
Complementary color
Monochromatic Colors of #ECEDB4
Black with #ECEDB4
Text Example
Text Example
White with #ECEDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDB4; }
p { color: rgb(236,237,180); }
H1.HeaderClassName
{
color: #ECEDB4;
}
.AnyTagClassName
{
color: #ECEDB4;
}
</style>
background-color css
<style>
a { background-color: #ECEDB4; }
a { background-color: rgb(236,237,180); }
div.DivClassName
{
background-color: #ECEDB4;
}
.BgClassName
{
background-color: #ECEDB4;
}
</style>
border-color css
<style>
span { border-color: #ECEDB4; }
span { border-color: rgb(236,237,180); }
td.TdClassName
{
border-color: #ECEDB4;
}
.TagClassName
{
border-color: #ECEDB4;
}
</style>