Shades of Medium Goldenrod #EDEFAC
Tints of Medium Goldenrod #EDEFAC
RGB
CMYK
RGB Variations
Color information
#EDEFAC (or 0xEDEFAC) is known color: Medium Goldenrod. HEX triplet: ED, EF and AC. RGB value is (237,239,172). Sum of RGB (Red+Green+Blue) = 237+239+172=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 239 (93.75% from 255 or 36.88% from 648); Blue value is 172 (67.58% from 255 or 26.54% from 648); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEFAC is #121053. Grayscale: #E7E7E7. Windows color (decimal): -1183828 or 11333613. OLE color: 11333613.
HSL color Cylindrical-coordinate representation of color #EDEFAC: hue angle of 61.79º degrees, saturation: 0.68, 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 #EDEFAC is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 172 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.06 |
| HSL | 61.79º | 0.68% | 0.81% | - |
| HSV(B) | 61.79º | 0.28% | 0.94% | - |
| XYZ | 73.24 | 82.72 | 51.14 | - |
| YUV | 230.76 | 94.84 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 172 | 0.01 | 0 | 0.28 | 0.06 | 61.79 | 0.68 | 0.81 |
| Hex | ED | EF | AC | 1 | 0 | 1C | 6 | 3E | 44 | 51 |
| Octal | 355 | 357 | 254 | 1 | 0 | 34 | 6 | 76 | 104 | 121 |
| Binary | 11101101 | 11101111 | 10101100 | 1 | 0 | 11100 | 110 | 111110 | 1000100 | 1010001 |
Color Harmonies of #EDEFAC
Complementary color
Monochromatic Colors of #EDEFAC
Black with #EDEFAC
Text Example
Text Example
White with #EDEFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEFAC; }
p { color: rgb(237,239,172); }
H1.HeaderClassName
{
color: #EDEFAC;
}
.AnyTagClassName
{
color: #EDEFAC;
}
</style>
background-color css
<style>
a { background-color: #EDEFAC; }
a { background-color: rgb(237,239,172); }
div.DivClassName
{
background-color: #EDEFAC;
}
.BgClassName
{
background-color: #EDEFAC;
}
</style>
border-color css
<style>
span { border-color: #EDEFAC; }
span { border-color: rgb(237,239,172); }
td.TdClassName
{
border-color: #EDEFAC;
}
.TagClassName
{
border-color: #EDEFAC;
}
</style>