Shades of Medium Goldenrod #EDEFB1
Tints of Medium Goldenrod #EDEFB1
RGB
CMYK
RGB Variations
Color information
#EDEFB1 (or 0xEDEFB1) is known color: Medium Goldenrod. HEX triplet: ED, EF and B1. RGB value is (237,239,177). Sum of RGB (Red+Green+Blue) = 237+239+177=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 177 (69.53% from 255 or 27.11% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEFB1 is #12104E. Grayscale: #E7E7E7. Windows color (decimal): -1183823 or 11661293. OLE color: 11661293.
HSL color Cylindrical-coordinate representation of color #EDEFB1: hue angle of 61.94º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDEFB1 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 177 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.06 |
| HSL | 61.94º | 0.66% | 0.82% | - |
| HSV(B) | 61.94º | 0.26% | 0.94% | - |
| XYZ | 73.73 | 82.91 | 53.71 | - |
| YUV | 231.33 | 97.34 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 177 | 0.01 | 0 | 0.26 | 0.06 | 61.94 | 0.66 | 0.82 |
| Hex | ED | EF | B1 | 1 | 0 | 1A | 6 | 3E | 42 | 52 |
| Octal | 355 | 357 | 261 | 1 | 0 | 32 | 6 | 76 | 102 | 122 |
| Binary | 11101101 | 11101111 | 10110001 | 1 | 0 | 11010 | 110 | 111110 | 1000010 | 1010010 |
Color Harmonies of #EDEFB1
Complementary color
Monochromatic Colors of #EDEFB1
Black with #EDEFB1
Text Example
Text Example
White with #EDEFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEFB1; }
p { color: rgb(237,239,177); }
H1.HeaderClassName
{
color: #EDEFB1;
}
.AnyTagClassName
{
color: #EDEFB1;
}
</style>
background-color css
<style>
a { background-color: #EDEFB1; }
a { background-color: rgb(237,239,177); }
div.DivClassName
{
background-color: #EDEFB1;
}
.BgClassName
{
background-color: #EDEFB1;
}
</style>
border-color css
<style>
span { border-color: #EDEFB1; }
span { border-color: rgb(237,239,177); }
td.TdClassName
{
border-color: #EDEFB1;
}
.TagClassName
{
border-color: #EDEFB1;
}
</style>