Shades of Medium Goldenrod #EDF0AB
Tints of Medium Goldenrod #EDF0AB
RGB
CMYK
RGB Variations
Color information
#EDF0AB (or 0xEDF0AB) is known color: Medium Goldenrod. HEX triplet: ED, F0 and AB. RGB value is (237,240,171). Sum of RGB (Red+Green+Blue) = 237+240+171=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 240 (94.14% from 255 or 37.04% from 648); Blue value is 171 (67.19% from 255 or 26.39% from 648); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF0AB is #120F54. Grayscale: #E7E7E7. Windows color (decimal): -1183573 or 11268333. OLE color: 11268333.
HSL color Cylindrical-coordinate representation of color #EDF0AB: hue angle of 62.61º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDF0AB is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 171 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.06 |
| HSL | 62.61º | 0.7% | 0.81% | - |
| HSV(B) | 62.61º | 0.29% | 0.94% | - |
| XYZ | 73.44 | 83.26 | 50.73 | - |
| YUV | 231.24 | 94.01 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 171 | 0.01 | 0 | 0.29 | 0.06 | 62.61 | 0.7 | 0.81 |
| Hex | ED | F0 | AB | 1 | 0 | 1D | 6 | 3F | 46 | 51 |
| Octal | 355 | 360 | 253 | 1 | 0 | 35 | 6 | 77 | 106 | 121 |
| Binary | 11101101 | 11110000 | 10101011 | 1 | 0 | 11101 | 110 | 111111 | 1000110 | 1010001 |
Color Harmonies of #EDF0AB
Complementary color
Monochromatic Colors of #EDF0AB
Black with #EDF0AB
Text Example
Text Example
White with #EDF0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF0AB; }
p { color: rgb(237,240,171); }
H1.HeaderClassName
{
color: #EDF0AB;
}
.AnyTagClassName
{
color: #EDF0AB;
}
</style>
background-color css
<style>
a { background-color: #EDF0AB; }
a { background-color: rgb(237,240,171); }
div.DivClassName
{
background-color: #EDF0AB;
}
.BgClassName
{
background-color: #EDF0AB;
}
</style>
border-color css
<style>
span { border-color: #EDF0AB; }
span { border-color: rgb(237,240,171); }
td.TdClassName
{
border-color: #EDF0AB;
}
.TagClassName
{
border-color: #EDF0AB;
}
</style>