Shades of Medium Goldenrod #EDEDB7
Tints of Medium Goldenrod #EDEDB7
RGB
CMYK
RGB Variations
Color information
#EDEDB7 (or 0xEDEDB7) is known color: Medium Goldenrod. HEX triplet: ED, ED and B7. RGB value is (237,237,183). Sum of RGB (Red+Green+Blue) = 237+237+183=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 183 (71.88% from 255 or 27.85% from 657); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDB7 is #121248. Grayscale: #E7E7E7. Windows color (decimal): -1184329 or 12053997. OLE color: 12053997.
HSL color Cylindrical-coordinate representation of color #EDEDB7: hue angle of 60º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDEDB7 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 237 | 183 | - |
CMYK | 0 | 0 | 0.23 | 0.07 |
HSL | 60º | 0.6% | 0.82% | - |
HSV(B) | 60º | 0.23% | 0.93% | - |
XYZ | 73.76 | 81.99 | 56.74 | - |
YUV | 230.84 | 101 | 132.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 237 | 183 | 0 | 0 | 0.23 | 0.07 | 60 | 0.6 | 0.82 |
Hex | ED | ED | B7 | 0 | 0 | 17 | 7 | 3C | 3C | 52 |
Octal | 355 | 355 | 267 | 0 | 0 | 27 | 7 | 74 | 74 | 122 |
Binary | 11101101 | 11101101 | 10110111 | 0 | 0 | 10111 | 111 | 111100 | 111100 | 1010010 |
Color Harmonies of #EDEDB7
Complementary color
Monochromatic Colors of #EDEDB7
Black with #EDEDB7
Text Example
Text Example
White with #EDEDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEDB7; }
p { color: rgb(237,237,183); }
H1.HeaderClassName
{
color: #EDEDB7;
}
.AnyTagClassName
{
color: #EDEDB7;
}
</style>
background-color css
<style>
a { background-color: #EDEDB7; }
a { background-color: rgb(237,237,183); }
div.DivClassName
{
background-color: #EDEDB7;
}
.BgClassName
{
background-color: #EDEDB7;
}
</style>
border-color css
<style>
span { border-color: #EDEDB7; }
span { border-color: rgb(237,237,183); }
td.TdClassName
{
border-color: #EDEDB7;
}
.TagClassName
{
border-color: #EDEDB7;
}
</style>