Shades of Medium Goldenrod #EDEEAB
Tints of Medium Goldenrod #EDEEAB
RGB
CMYK
RGB Variations
Color information
#EDEEAB (or 0xEDEEAB) is known color: Medium Goldenrod. HEX triplet: ED, EE and AB. RGB value is (237,238,171). Sum of RGB (Red+Green+Blue) = 237+238+171=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 171 (67.19% from 255 or 26.47% from 646); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEEAB is #121154. Grayscale: #E6E6E6. Windows color (decimal): -1184085 or 11267821. OLE color: 11267821.
HSL color Cylindrical-coordinate representation of color #EDEEAB: hue angle of 60.9º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDEEAB is Cyan = 0.00, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 238 | 171 | - |
| CMYK | 0.00 | 0 | 0.28 | 0.07 |
| HSL | 60.9º | 0.66% | 0.8% | - |
| HSV(B) | 60.9º | 0.28% | 0.93% | - |
| XYZ | 72.85 | 82.09 | 50.53 | - |
| YUV | 230.06 | 94.67 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 238 | 171 | 0.00 | 0 | 0.28 | 0.07 | 60.9 | 0.66 | 0.8 |
| Hex | ED | EE | AB | 0 | 0 | 1C | 7 | 3D | 42 | 50 |
| Octal | 355 | 356 | 253 | 0 | 0 | 34 | 7 | 75 | 102 | 120 |
| Binary | 11101101 | 11101110 | 10101011 | 0 | 0 | 11100 | 111 | 111101 | 1000010 | 1010000 |
Color Harmonies of #EDEEAB
Complementary color
Monochromatic Colors of #EDEEAB
Black with #EDEEAB
Text Example
Text Example
White with #EDEEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEAB; }
p { color: rgb(237,238,171); }
H1.HeaderClassName
{
color: #EDEEAB;
}
.AnyTagClassName
{
color: #EDEEAB;
}
</style>
background-color css
<style>
a { background-color: #EDEEAB; }
a { background-color: rgb(237,238,171); }
div.DivClassName
{
background-color: #EDEEAB;
}
.BgClassName
{
background-color: #EDEEAB;
}
</style>
border-color css
<style>
span { border-color: #EDEEAB; }
span { border-color: rgb(237,238,171); }
td.TdClassName
{
border-color: #EDEEAB;
}
.TagClassName
{
border-color: #EDEEAB;
}
</style>