Shades of Medium Goldenrod #EDEBAC
Tints of Medium Goldenrod #EDEBAC
RGB
CMYK
RGB Variations
Color information
#EDEBAC (or 0xEDEBAC) is known color: Medium Goldenrod. HEX triplet: ED, EB and AC. RGB value is (237,235,172). Sum of RGB (Red+Green+Blue) = 237+235+172=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 172 (67.58% from 255 or 26.71% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEBAC is #121453. Grayscale: #E4E4E4. Windows color (decimal): -1184852 or 11332589. OLE color: 11332589.
HSL color Cylindrical-coordinate representation of color #EDEBAC: hue angle of 58.15º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDEBAC is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 235 | 172 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.07 |
| HSL | 58.15º | 0.64% | 0.8% | - |
| HSV(B) | 58.15º | 0.27% | 0.93% | - |
| XYZ | 72.08 | 80.4 | 50.75 | - |
| YUV | 228.42 | 96.16 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 172 | 0 | 0.01 | 0.27 | 0.07 | 58.15 | 0.64 | 0.8 |
| Hex | ED | EB | AC | 0 | 1 | 1B | 7 | 3A | 40 | 50 |
| Octal | 355 | 353 | 254 | 0 | 1 | 33 | 7 | 72 | 100 | 120 |
| Binary | 11101101 | 11101011 | 10101100 | 0 | 1 | 11011 | 111 | 111010 | 1000000 | 1010000 |
Color Harmonies of #EDEBAC
Complementary color
Monochromatic Colors of #EDEBAC
Black with #EDEBAC
Text Example
Text Example
White with #EDEBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEBAC; }
p { color: rgb(237,235,172); }
H1.HeaderClassName
{
color: #EDEBAC;
}
.AnyTagClassName
{
color: #EDEBAC;
}
</style>
background-color css
<style>
a { background-color: #EDEBAC; }
a { background-color: rgb(237,235,172); }
div.DivClassName
{
background-color: #EDEBAC;
}
.BgClassName
{
background-color: #EDEBAC;
}
</style>
border-color css
<style>
span { border-color: #EDEBAC; }
span { border-color: rgb(237,235,172); }
td.TdClassName
{
border-color: #EDEBAC;
}
.TagClassName
{
border-color: #EDEBAC;
}
</style>