Shades of Medium Goldenrod #EDEDAA
Tints of Medium Goldenrod #EDEDAA
RGB
CMYK
RGB Variations
Color information
#EDEDAA (or 0xEDEDAA) is known color: Medium Goldenrod. HEX triplet: ED, ED and AA. RGB value is (237,237,170). Sum of RGB (Red+Green+Blue) = 237+237+170=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 170 (66.80% from 255 or 26.40% from 644); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEDAA is #121255. Grayscale: #E5E5E5. Windows color (decimal): -1184342 or 11202029. OLE color: 11202029.
HSL color Cylindrical-coordinate representation of color #EDEDAA: hue angle of 60º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDEDAA is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 237 | 170 | - |
| CMYK | 0 | 0 | 0.28 | 0.07 |
| HSL | 60º | 0.65% | 0.8% | - |
| HSV(B) | 60º | 0.28% | 0.93% | - |
| XYZ | 72.46 | 81.48 | 49.94 | - |
| YUV | 229.36 | 94.5 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 237 | 170 | 0 | 0 | 0.28 | 0.07 | 60 | 0.65 | 0.8 |
| Hex | ED | ED | AA | 0 | 0 | 1C | 7 | 3C | 41 | 50 |
| Octal | 355 | 355 | 252 | 0 | 0 | 34 | 7 | 74 | 101 | 120 |
| Binary | 11101101 | 11101101 | 10101010 | 0 | 0 | 11100 | 111 | 111100 | 1000001 | 1010000 |
Color Harmonies of #EDEDAA
Complementary color
Monochromatic Colors of #EDEDAA
Black with #EDEDAA
Text Example
Text Example
White with #EDEDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEDAA; }
p { color: rgb(237,237,170); }
H1.HeaderClassName
{
color: #EDEDAA;
}
.AnyTagClassName
{
color: #EDEDAA;
}
</style>
background-color css
<style>
a { background-color: #EDEDAA; }
a { background-color: rgb(237,237,170); }
div.DivClassName
{
background-color: #EDEDAA;
}
.BgClassName
{
background-color: #EDEDAA;
}
</style>
border-color css
<style>
span { border-color: #EDEDAA; }
span { border-color: rgb(237,237,170); }
td.TdClassName
{
border-color: #EDEDAA;
}
.TagClassName
{
border-color: #EDEDAA;
}
</style>