Shades of Medium Goldenrod #EBEDB2
Tints of Medium Goldenrod #EBEDB2
RGB
CMYK
RGB Variations
Color information
#EBEDB2 (or 0xEBEDB2) is known color: Medium Goldenrod. HEX triplet: EB, ED and B2. RGB value is (235,237,178). Sum of RGB (Red+Green+Blue) = 235+237+178=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 178 (69.92% from 255 or 27.38% from 650); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEDB2 is #14124D. Grayscale: #E5E5E5. Windows color (decimal): -1315406 or 11726315. OLE color: 11726315.
HSL color Cylindrical-coordinate representation of color #EBEDB2: hue angle of 62.03º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBEDB2 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 178 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.07 |
| HSL | 62.03º | 0.62% | 0.81% | - |
| HSV(B) | 62.03º | 0.25% | 0.93% | - |
| XYZ | 72.58 | 81.44 | 54.01 | - |
| YUV | 229.68 | 98.84 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 178 | 0.01 | 0 | 0.25 | 0.07 | 62.03 | 0.62 | 0.81 |
| Hex | EB | ED | B2 | 1 | 0 | 19 | 7 | 3E | 3E | 51 |
| Octal | 353 | 355 | 262 | 1 | 0 | 31 | 7 | 76 | 76 | 121 |
| Binary | 11101011 | 11101101 | 10110010 | 1 | 0 | 11001 | 111 | 111110 | 111110 | 1010001 |
Color Harmonies of #EBEDB2
Complementary color
Monochromatic Colors of #EBEDB2
Black with #EBEDB2
Text Example
Text Example
White with #EBEDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEDB2; }
p { color: rgb(235,237,178); }
H1.HeaderClassName
{
color: #EBEDB2;
}
.AnyTagClassName
{
color: #EBEDB2;
}
</style>
background-color css
<style>
a { background-color: #EBEDB2; }
a { background-color: rgb(235,237,178); }
div.DivClassName
{
background-color: #EBEDB2;
}
.BgClassName
{
background-color: #EBEDB2;
}
</style>
border-color css
<style>
span { border-color: #EBEDB2; }
span { border-color: rgb(235,237,178); }
td.TdClassName
{
border-color: #EBEDB2;
}
.TagClassName
{
border-color: #EBEDB2;
}
</style>