Shades of Medium Goldenrod #EBEDB3
Tints of Medium Goldenrod #EBEDB3
RGB
CMYK
RGB Variations
Color information
#EBEDB3 (or 0xEBEDB3) is known color: Medium Goldenrod. HEX triplet: EB, ED and B3. RGB value is (235,237,179). Sum of RGB (Red+Green+Blue) = 235+237+179=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 179 (70.31% from 255 or 27.50% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEDB3 is #14124C. Grayscale: #E6E6E6. Windows color (decimal): -1315405 or 11791851. OLE color: 11791851.
HSL color Cylindrical-coordinate representation of color #EBEDB3: hue angle of 62.07º 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 #EBEDB3 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 179 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.07 |
| HSL | 62.07º | 0.62% | 0.82% | - |
| HSV(B) | 62.07º | 0.24% | 0.93% | - |
| XYZ | 72.68 | 81.49 | 54.55 | - |
| YUV | 229.79 | 99.34 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 179 | 0.01 | 0 | 0.24 | 0.07 | 62.07 | 0.62 | 0.82 |
| Hex | EB | ED | B3 | 1 | 0 | 18 | 7 | 3E | 3E | 52 |
| Octal | 353 | 355 | 263 | 1 | 0 | 30 | 7 | 76 | 76 | 122 |
| Binary | 11101011 | 11101101 | 10110011 | 1 | 0 | 11000 | 111 | 111110 | 111110 | 1010010 |
Color Harmonies of #EBEDB3
Complementary color
Monochromatic Colors of #EBEDB3
Black with #EBEDB3
Text Example
Text Example
White with #EBEDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEDB3; }
p { color: rgb(235,237,179); }
H1.HeaderClassName
{
color: #EBEDB3;
}
.AnyTagClassName
{
color: #EBEDB3;
}
</style>
background-color css
<style>
a { background-color: #EBEDB3; }
a { background-color: rgb(235,237,179); }
div.DivClassName
{
background-color: #EBEDB3;
}
.BgClassName
{
background-color: #EBEDB3;
}
</style>
border-color css
<style>
span { border-color: #EBEDB3; }
span { border-color: rgb(235,237,179); }
td.TdClassName
{
border-color: #EBEDB3;
}
.TagClassName
{
border-color: #EBEDB3;
}
</style>