Shades of Medium Goldenrod #EDEDAF
Tints of Medium Goldenrod #EDEDAF
RGB
CMYK
RGB Variations
Color information
#EDEDAF (or 0xEDEDAF) is known color: Medium Goldenrod. HEX triplet: ED, ED and AF. RGB value is (237,237,175). Sum of RGB (Red+Green+Blue) = 237+237+175=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 175 (68.75% from 255 or 26.96% from 649); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEDAF is #121250. Grayscale: #E6E6E6. Windows color (decimal): -1184337 or 11529709. OLE color: 11529709.
HSL color Cylindrical-coordinate representation of color #EDEDAF: hue angle of 60º 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 #EDEDAF is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 237 | 175 | - |
| CMYK | 0 | 0 | 0.26 | 0.07 |
| HSL | 60º | 0.63% | 0.81% | - |
| HSV(B) | 60º | 0.26% | 0.93% | - |
| XYZ | 72.95 | 81.67 | 52.48 | - |
| YUV | 229.93 | 97 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 237 | 175 | 0 | 0 | 0.26 | 0.07 | 60 | 0.63 | 0.81 |
| Hex | ED | ED | AF | 0 | 0 | 1A | 7 | 3C | 3F | 51 |
| Octal | 355 | 355 | 257 | 0 | 0 | 32 | 7 | 74 | 77 | 121 |
| Binary | 11101101 | 11101101 | 10101111 | 0 | 0 | 11010 | 111 | 111100 | 111111 | 1010001 |
Color Harmonies of #EDEDAF
Complementary color
Monochromatic Colors of #EDEDAF
Black with #EDEDAF
Text Example
Text Example
White with #EDEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEDAF; }
p { color: rgb(237,237,175); }
H1.HeaderClassName
{
color: #EDEDAF;
}
.AnyTagClassName
{
color: #EDEDAF;
}
</style>
background-color css
<style>
a { background-color: #EDEDAF; }
a { background-color: rgb(237,237,175); }
div.DivClassName
{
background-color: #EDEDAF;
}
.BgClassName
{
background-color: #EDEDAF;
}
</style>
border-color css
<style>
span { border-color: #EDEDAF; }
span { border-color: rgb(237,237,175); }
td.TdClassName
{
border-color: #EDEDAF;
}
.TagClassName
{
border-color: #EDEDAF;
}
</style>