Shades of Medium Goldenrod #EDECAC
Tints of Medium Goldenrod #EDECAC
RGB
CMYK
RGB Variations
Color information
#EDECAC (or 0xEDECAC) is known color: Medium Goldenrod. HEX triplet: ED, EC and AC. RGB value is (237,236,172). Sum of RGB (Red+Green+Blue) = 237+236+172=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 172 (67.58% from 255 or 26.67% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDECAC is #121353. Grayscale: #E5E5E5. Windows color (decimal): -1184596 or 11332845. OLE color: 11332845.
HSL color Cylindrical-coordinate representation of color #EDECAC: hue angle of 59.08º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDECAC is Cyan = 0, Magento = 0.00, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 236 | 172 | - |
CMYK | 0 | 0.00 | 0.27 | 0.07 |
HSL | 59.08º | 0.64% | 0.8% | - |
HSV(B) | 59.08º | 0.27% | 0.93% | - |
XYZ | 72.37 | 80.97 | 50.85 | - |
YUV | 229 | 95.83 | 133.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 236 | 172 | 0 | 0.00 | 0.27 | 0.07 | 59.08 | 0.64 | 0.8 |
Hex | ED | EC | AC | 0 | 0 | 1B | 7 | 3B | 40 | 50 |
Octal | 355 | 354 | 254 | 0 | 0 | 33 | 7 | 73 | 100 | 120 |
Binary | 11101101 | 11101100 | 10101100 | 0 | 0 | 11011 | 111 | 111011 | 1000000 | 1010000 |
Color Harmonies of #EDECAC
Complementary color
Monochromatic Colors of #EDECAC
Black with #EDECAC
Text Example
Text Example
White with #EDECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECAC; }
p { color: rgb(237,236,172); }
H1.HeaderClassName
{
color: #EDECAC;
}
.AnyTagClassName
{
color: #EDECAC;
}
</style>
background-color css
<style>
a { background-color: #EDECAC; }
a { background-color: rgb(237,236,172); }
div.DivClassName
{
background-color: #EDECAC;
}
.BgClassName
{
background-color: #EDECAC;
}
</style>
border-color css
<style>
span { border-color: #EDECAC; }
span { border-color: rgb(237,236,172); }
td.TdClassName
{
border-color: #EDECAC;
}
.TagClassName
{
border-color: #EDECAC;
}
</style>