Shades of Medium Goldenrod #EDEBB3
Tints of Medium Goldenrod #EDEBB3
RGB
CMYK
RGB Variations
Color information
#EDEBB3 (or 0xEDEBB3) is known color: Medium Goldenrod. HEX triplet: ED, EB and B3. RGB value is (237,235,179). Sum of RGB (Red+Green+Blue) = 237+235+179=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 179 (70.31% from 255 or 27.50% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBB3 is #12144C. Grayscale: #E5E5E5. Windows color (decimal): -1184845 or 11791341. OLE color: 11791341.
HSL color Cylindrical-coordinate representation of color #EDEBB3: hue angle of 57.93º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDEBB3 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 235 | 179 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.07 |
| HSL | 57.93º | 0.62% | 0.82% | - |
| HSV(B) | 57.93º | 0.24% | 0.93% | - |
| XYZ | 72.77 | 80.68 | 54.38 | - |
| YUV | 229.21 | 99.66 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 179 | 0 | 0.01 | 0.24 | 0.07 | 57.93 | 0.62 | 0.82 |
| Hex | ED | EB | B3 | 0 | 1 | 18 | 7 | 3A | 3E | 52 |
| Octal | 355 | 353 | 263 | 0 | 1 | 30 | 7 | 72 | 76 | 122 |
| Binary | 11101101 | 11101011 | 10110011 | 0 | 1 | 11000 | 111 | 111010 | 111110 | 1010010 |
Color Harmonies of #EDEBB3
Complementary color
Monochromatic Colors of #EDEBB3
Black with #EDEBB3
Text Example
Text Example
White with #EDEBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEBB3; }
p { color: rgb(237,235,179); }
H1.HeaderClassName
{
color: #EDEBB3;
}
.AnyTagClassName
{
color: #EDEBB3;
}
</style>
background-color css
<style>
a { background-color: #EDEBB3; }
a { background-color: rgb(237,235,179); }
div.DivClassName
{
background-color: #EDEBB3;
}
.BgClassName
{
background-color: #EDEBB3;
}
</style>
border-color css
<style>
span { border-color: #EDEBB3; }
span { border-color: rgb(237,235,179); }
td.TdClassName
{
border-color: #EDEBB3;
}
.TagClassName
{
border-color: #EDEBB3;
}
</style>