Shades of Medium Goldenrod #EDF1AD
Tints of Medium Goldenrod #EDF1AD
RGB
CMYK
RGB Variations
Color information
#EDF1AD (or 0xEDF1AD) is known color: Medium Goldenrod. HEX triplet: ED, F1 and AD. RGB value is (237,241,173). Sum of RGB (Red+Green+Blue) = 237+241+173=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 173 (67.97% from 255 or 26.57% from 651); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF1AD is #120E52. Grayscale: #E8E8E8. Windows color (decimal): -1183315 or 11399661. OLE color: 11399661.
HSL color Cylindrical-coordinate representation of color #EDF1AD: hue angle of 63.53º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDF1AD is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 173 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.05 |
| HSL | 63.53º | 0.71% | 0.81% | - |
| HSV(B) | 63.53º | 0.28% | 0.95% | - |
| XYZ | 73.92 | 83.93 | 51.84 | - |
| YUV | 232.05 | 94.67 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 173 | 0.02 | 0 | 0.28 | 0.05 | 63.53 | 0.71 | 0.81 |
| Hex | ED | F1 | AD | 2 | 0 | 1C | 5 | 40 | 47 | 51 |
| Octal | 355 | 361 | 255 | 2 | 0 | 34 | 5 | 100 | 107 | 121 |
| Binary | 11101101 | 11110001 | 10101101 | 10 | 0 | 11100 | 101 | 1000000 | 1000111 | 1010001 |
Color Harmonies of #EDF1AD
Complementary color
Monochromatic Colors of #EDF1AD
Black with #EDF1AD
Text Example
Text Example
White with #EDF1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF1AD; }
p { color: rgb(237,241,173); }
H1.HeaderClassName
{
color: #EDF1AD;
}
.AnyTagClassName
{
color: #EDF1AD;
}
</style>
background-color css
<style>
a { background-color: #EDF1AD; }
a { background-color: rgb(237,241,173); }
div.DivClassName
{
background-color: #EDF1AD;
}
.BgClassName
{
background-color: #EDF1AD;
}
</style>
border-color css
<style>
span { border-color: #EDF1AD; }
span { border-color: rgb(237,241,173); }
td.TdClassName
{
border-color: #EDF1AD;
}
.TagClassName
{
border-color: #EDF1AD;
}
</style>