Shades of Medium Goldenrod #EDF0AD
Tints of Medium Goldenrod #EDF0AD
RGB
CMYK
RGB Variations
Color information
#EDF0AD (or 0xEDF0AD) is known color: Medium Goldenrod. HEX triplet: ED, F0 and AD. RGB value is (237,240,173). Sum of RGB (Red+Green+Blue) = 237+240+173=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 173 (67.97% from 255 or 26.62% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF0AD is #120F52. Grayscale: #E7E7E7. Windows color (decimal): -1183571 or 11399405. OLE color: 11399405.
HSL color Cylindrical-coordinate representation of color #EDF0AD: hue angle of 62.69º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDF0AD is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 173 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.06 |
| HSL | 62.69º | 0.69% | 0.81% | - |
| HSV(B) | 62.69º | 0.28% | 0.94% | - |
| XYZ | 73.63 | 83.34 | 51.74 | - |
| YUV | 231.47 | 95.01 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 173 | 0.01 | 0 | 0.28 | 0.06 | 62.69 | 0.69 | 0.81 |
| Hex | ED | F0 | AD | 1 | 0 | 1C | 6 | 3F | 45 | 51 |
| Octal | 355 | 360 | 255 | 1 | 0 | 34 | 6 | 77 | 105 | 121 |
| Binary | 11101101 | 11110000 | 10101101 | 1 | 0 | 11100 | 110 | 111111 | 1000101 | 1010001 |
Color Harmonies of #EDF0AD
Complementary color
Monochromatic Colors of #EDF0AD
Black with #EDF0AD
Text Example
Text Example
White with #EDF0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF0AD; }
p { color: rgb(237,240,173); }
H1.HeaderClassName
{
color: #EDF0AD;
}
.AnyTagClassName
{
color: #EDF0AD;
}
</style>
background-color css
<style>
a { background-color: #EDF0AD; }
a { background-color: rgb(237,240,173); }
div.DivClassName
{
background-color: #EDF0AD;
}
.BgClassName
{
background-color: #EDF0AD;
}
</style>
border-color css
<style>
span { border-color: #EDF0AD; }
span { border-color: rgb(237,240,173); }
td.TdClassName
{
border-color: #EDF0AD;
}
.TagClassName
{
border-color: #EDF0AD;
}
</style>