Shades of Medium Goldenrod #ECEDB2
Tints of Medium Goldenrod #ECEDB2
RGB
CMYK
RGB Variations
Color information
#ECEDB2 (or 0xECEDB2) is known color: Medium Goldenrod. HEX triplet: EC, ED and B2. RGB value is (236,237,178). Sum of RGB (Red+Green+Blue) = 236+237+178=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 178 (69.92% from 255 or 27.34% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEDB2 is #13124D. Grayscale: #E6E6E6. Windows color (decimal): -1249870 or 11726316. OLE color: 11726316.
HSL color Cylindrical-coordinate representation of color #ECEDB2: hue angle of 61.02º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECEDB2 is Cyan = 0.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 237 | 178 | - |
CMYK | 0.00 | 0 | 0.25 | 0.07 |
HSL | 61.02º | 0.62% | 0.81% | - |
HSV(B) | 61.02º | 0.25% | 0.93% | - |
XYZ | 72.91 | 81.62 | 54.03 | - |
YUV | 229.98 | 98.67 | 132.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 237 | 178 | 0.00 | 0 | 0.25 | 0.07 | 61.02 | 0.62 | 0.81 |
Hex | EC | ED | B2 | 0 | 0 | 19 | 7 | 3D | 3E | 51 |
Octal | 354 | 355 | 262 | 0 | 0 | 31 | 7 | 75 | 76 | 121 |
Binary | 11101100 | 11101101 | 10110010 | 0 | 0 | 11001 | 111 | 111101 | 111110 | 1010001 |
Color Harmonies of #ECEDB2
Complementary color
Monochromatic Colors of #ECEDB2
Black with #ECEDB2
Text Example
Text Example
White with #ECEDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDB2; }
p { color: rgb(236,237,178); }
H1.HeaderClassName
{
color: #ECEDB2;
}
.AnyTagClassName
{
color: #ECEDB2;
}
</style>
background-color css
<style>
a { background-color: #ECEDB2; }
a { background-color: rgb(236,237,178); }
div.DivClassName
{
background-color: #ECEDB2;
}
.BgClassName
{
background-color: #ECEDB2;
}
</style>
border-color css
<style>
span { border-color: #ECEDB2; }
span { border-color: rgb(236,237,178); }
td.TdClassName
{
border-color: #ECEDB2;
}
.TagClassName
{
border-color: #ECEDB2;
}
</style>