Shades of Medium Goldenrod #EDF1AF
Tints of Medium Goldenrod #EDF1AF
RGB
CMYK
RGB Variations
Color information
#EDF1AF (or 0xEDF1AF) is known color: Medium Goldenrod. HEX triplet: ED, F1 and AF. RGB value is (237,241,175). Sum of RGB (Red+Green+Blue) = 237+241+175=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 175 (68.75% from 255 or 26.80% from 653); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF1AF is #120E50. Grayscale: #E8E8E8. Windows color (decimal): -1183313 or 11530733. OLE color: 11530733.
HSL color Cylindrical-coordinate representation of color #EDF1AF: hue angle of 63.64º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDF1AF is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 175 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.05 |
| HSL | 63.64º | 0.7% | 0.82% | - |
| HSV(B) | 63.64º | 0.27% | 0.95% | - |
| XYZ | 74.12 | 84.01 | 52.87 | - |
| YUV | 232.28 | 95.67 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 175 | 0.02 | 0 | 0.27 | 0.05 | 63.64 | 0.7 | 0.82 |
| Hex | ED | F1 | AF | 2 | 0 | 1B | 5 | 40 | 46 | 52 |
| Octal | 355 | 361 | 257 | 2 | 0 | 33 | 5 | 100 | 106 | 122 |
| Binary | 11101101 | 11110001 | 10101111 | 10 | 0 | 11011 | 101 | 1000000 | 1000110 | 1010010 |
Color Harmonies of #EDF1AF
Complementary color
Monochromatic Colors of #EDF1AF
Black with #EDF1AF
Text Example
Text Example
White with #EDF1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF1AF; }
p { color: rgb(237,241,175); }
H1.HeaderClassName
{
color: #EDF1AF;
}
.AnyTagClassName
{
color: #EDF1AF;
}
</style>
background-color css
<style>
a { background-color: #EDF1AF; }
a { background-color: rgb(237,241,175); }
div.DivClassName
{
background-color: #EDF1AF;
}
.BgClassName
{
background-color: #EDF1AF;
}
</style>
border-color css
<style>
span { border-color: #EDF1AF; }
span { border-color: rgb(237,241,175); }
td.TdClassName
{
border-color: #EDF1AF;
}
.TagClassName
{
border-color: #EDF1AF;
}
</style>