Shades of Medium Goldenrod #EDF0AF
Tints of Medium Goldenrod #EDF0AF
RGB
CMYK
RGB Variations
Color information
#EDF0AF (or 0xEDF0AF) is known color: Medium Goldenrod. HEX triplet: ED, F0 and AF. RGB value is (237,240,175). Sum of RGB (Red+Green+Blue) = 237+240+175=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 240 (94.14% from 255 or 36.81% from 652); Blue value is 175 (68.75% from 255 or 26.84% from 652); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF0AF is #120F50. Grayscale: #E7E7E7. Windows color (decimal): -1183569 or 11530477. OLE color: 11530477.
HSL color Cylindrical-coordinate representation of color #EDF0AF: hue angle of 62.77º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDF0AF is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 175 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.06 |
| HSL | 62.77º | 0.68% | 0.81% | - |
| HSV(B) | 62.77º | 0.27% | 0.94% | - |
| XYZ | 73.82 | 83.42 | 52.77 | - |
| YUV | 231.69 | 96.01 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 175 | 0.01 | 0 | 0.27 | 0.06 | 62.77 | 0.68 | 0.81 |
| Hex | ED | F0 | AF | 1 | 0 | 1B | 6 | 3F | 44 | 51 |
| Octal | 355 | 360 | 257 | 1 | 0 | 33 | 6 | 77 | 104 | 121 |
| Binary | 11101101 | 11110000 | 10101111 | 1 | 0 | 11011 | 110 | 111111 | 1000100 | 1010001 |
Color Harmonies of #EDF0AF
Complementary color
Monochromatic Colors of #EDF0AF
Black with #EDF0AF
Text Example
Text Example
White with #EDF0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF0AF; }
p { color: rgb(237,240,175); }
H1.HeaderClassName
{
color: #EDF0AF;
}
.AnyTagClassName
{
color: #EDF0AF;
}
</style>
background-color css
<style>
a { background-color: #EDF0AF; }
a { background-color: rgb(237,240,175); }
div.DivClassName
{
background-color: #EDF0AF;
}
.BgClassName
{
background-color: #EDF0AF;
}
</style>
border-color css
<style>
span { border-color: #EDF0AF; }
span { border-color: rgb(237,240,175); }
td.TdClassName
{
border-color: #EDF0AF;
}
.TagClassName
{
border-color: #EDF0AF;
}
</style>