Shades of Medium Goldenrod #EDECAF
Tints of Medium Goldenrod #EDECAF
RGB
CMYK
RGB Variations
Color information
#EDECAF (or 0xEDECAF) is known color: Medium Goldenrod. HEX triplet: ED, EC and AF. RGB value is (237,236,175). Sum of RGB (Red+Green+Blue) = 237+236+175=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 175 (68.75% from 255 or 27.01% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDECAF is #121350. Grayscale: #E5E5E5. Windows color (decimal): -1184593 or 11529453. OLE color: 11529453.
HSL color Cylindrical-coordinate representation of color #EDECAF: hue angle of 59.03º 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 #EDECAF is Cyan = 0, Magento = 0.00, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 175 | - |
| CMYK | 0 | 0.00 | 0.26 | 0.07 |
| HSL | 59.03º | 0.63% | 0.81% | - |
| HSV(B) | 59.03º | 0.26% | 0.93% | - |
| XYZ | 72.66 | 81.09 | 52.38 | - |
| YUV | 229.35 | 97.33 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 175 | 0 | 0.00 | 0.26 | 0.07 | 59.03 | 0.63 | 0.81 |
| Hex | ED | EC | AF | 0 | 0 | 1A | 7 | 3B | 3F | 51 |
| Octal | 355 | 354 | 257 | 0 | 0 | 32 | 7 | 73 | 77 | 121 |
| Binary | 11101101 | 11101100 | 10101111 | 0 | 0 | 11010 | 111 | 111011 | 111111 | 1010001 |
Color Harmonies of #EDECAF
Complementary color
Monochromatic Colors of #EDECAF
Black with #EDECAF
Text Example
Text Example
White with #EDECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECAF; }
p { color: rgb(237,236,175); }
H1.HeaderClassName
{
color: #EDECAF;
}
.AnyTagClassName
{
color: #EDECAF;
}
</style>
background-color css
<style>
a { background-color: #EDECAF; }
a { background-color: rgb(237,236,175); }
div.DivClassName
{
background-color: #EDECAF;
}
.BgClassName
{
background-color: #EDECAF;
}
</style>
border-color css
<style>
span { border-color: #EDECAF; }
span { border-color: rgb(237,236,175); }
td.TdClassName
{
border-color: #EDECAF;
}
.TagClassName
{
border-color: #EDECAF;
}
</style>