Shades of Medium Goldenrod #EDEBB8
Tints of Medium Goldenrod #EDEBB8
RGB
CMYK
RGB Variations
Color information
#EDEBB8 (or 0xEDEBB8) is known color: Medium Goldenrod. HEX triplet: ED, EB and B8. RGB value is (237,235,184). Sum of RGB (Red+Green+Blue) = 237+235+184=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 184 (72.27% from 255 or 28.05% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBB8 is #121447. Grayscale: #E5E5E5. Windows color (decimal): -1184840 or 12119021. OLE color: 12119021.
HSL color Cylindrical-coordinate representation of color #EDEBB8: hue angle of 57.74º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDEBB8 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 235 | 184 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.07 |
| HSL | 57.74º | 0.6% | 0.83% | - |
| HSV(B) | 57.74º | 0.22% | 0.93% | - |
| XYZ | 73.29 | 80.88 | 57.1 | - |
| YUV | 229.78 | 102.16 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 184 | 0 | 0.01 | 0.22 | 0.07 | 57.74 | 0.6 | 0.83 |
| Hex | ED | EB | B8 | 0 | 1 | 16 | 7 | 3A | 3C | 53 |
| Octal | 355 | 353 | 270 | 0 | 1 | 26 | 7 | 72 | 74 | 123 |
| Binary | 11101101 | 11101011 | 10111000 | 0 | 1 | 10110 | 111 | 111010 | 111100 | 1010011 |
Color Harmonies of #EDEBB8
Complementary color
Monochromatic Colors of #EDEBB8
Black with #EDEBB8
Text Example
Text Example
White with #EDEBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEBB8; }
p { color: rgb(237,235,184); }
H1.HeaderClassName
{
color: #EDEBB8;
}
.AnyTagClassName
{
color: #EDEBB8;
}
</style>
background-color css
<style>
a { background-color: #EDEBB8; }
a { background-color: rgb(237,235,184); }
div.DivClassName
{
background-color: #EDEBB8;
}
.BgClassName
{
background-color: #EDEBB8;
}
</style>
border-color css
<style>
span { border-color: #EDEBB8; }
span { border-color: rgb(237,235,184); }
td.TdClassName
{
border-color: #EDEBB8;
}
.TagClassName
{
border-color: #EDEBB8;
}
</style>