Shades of Medium Goldenrod #ECEDB0
Tints of Medium Goldenrod #ECEDB0
RGB
CMYK
RGB Variations
Color information
#ECEDB0 (or 0xECEDB0) is known color: Medium Goldenrod. HEX triplet: EC, ED and B0. RGB value is (236,237,176). Sum of RGB (Red+Green+Blue) = 236+237+176=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 176 (69.14% from 255 or 27.12% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEDB0 is #13124F. Grayscale: #E5E5E5. Windows color (decimal): -1249872 or 11595244. OLE color: 11595244.
HSL color Cylindrical-coordinate representation of color #ECEDB0: hue angle of 60.98º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECEDB0 is Cyan = 0.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 237 | 176 | - |
CMYK | 0.00 | 0 | 0.26 | 0.07 |
HSL | 60.98º | 0.63% | 0.81% | - |
HSV(B) | 60.98º | 0.26% | 0.93% | - |
XYZ | 72.71 | 81.54 | 52.98 | - |
YUV | 229.75 | 97.67 | 132.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 237 | 176 | 0.00 | 0 | 0.26 | 0.07 | 60.98 | 0.63 | 0.81 |
Hex | EC | ED | B0 | 0 | 0 | 1A | 7 | 3D | 3F | 51 |
Octal | 354 | 355 | 260 | 0 | 0 | 32 | 7 | 75 | 77 | 121 |
Binary | 11101100 | 11101101 | 10110000 | 0 | 0 | 11010 | 111 | 111101 | 111111 | 1010001 |
Color Harmonies of #ECEDB0
Complementary color
Monochromatic Colors of #ECEDB0
Black with #ECEDB0
Text Example
Text Example
White with #ECEDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDB0; }
p { color: rgb(236,237,176); }
H1.HeaderClassName
{
color: #ECEDB0;
}
.AnyTagClassName
{
color: #ECEDB0;
}
</style>
background-color css
<style>
a { background-color: #ECEDB0; }
a { background-color: rgb(236,237,176); }
div.DivClassName
{
background-color: #ECEDB0;
}
.BgClassName
{
background-color: #ECEDB0;
}
</style>
border-color css
<style>
span { border-color: #ECEDB0; }
span { border-color: rgb(236,237,176); }
td.TdClassName
{
border-color: #ECEDB0;
}
.TagClassName
{
border-color: #ECEDB0;
}
</style>