Shades of Medium Goldenrod #EBE8B8
Tints of Medium Goldenrod #EBE8B8
RGB
CMYK
RGB Variations
Color information
#EBE8B8 (or 0xEBE8B8) is known color: Medium Goldenrod. HEX triplet: EB, E8 and B8. RGB value is (235,232,184). Sum of RGB (Red+Green+Blue) = 235+232+184=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 232 (91.02% from 255 or 35.64% from 651); Blue value is 184 (72.27% from 255 or 28.26% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8B8 is #141747. Grayscale: #E3E3E3. Windows color (decimal): -1316680 or 12118251. OLE color: 12118251.
HSL color Cylindrical-coordinate representation of color #EBE8B8: hue angle of 56.47º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBE8B8 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 184 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.08 |
| HSL | 56.47º | 0.56% | 0.82% | - |
| HSV(B) | 56.47º | 0.22% | 0.92% | - |
| XYZ | 71.77 | 78.84 | 56.78 | - |
| YUV | 227.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 184 | 0 | 0.01 | 0.22 | 0.08 | 56.47 | 0.56 | 0.82 |
| Hex | EB | E8 | B8 | 0 | 1 | 16 | 8 | 38 | 38 | 52 |
| Octal | 353 | 350 | 270 | 0 | 1 | 26 | 10 | 70 | 70 | 122 |
| Binary | 11101011 | 11101000 | 10111000 | 0 | 1 | 10110 | 1000 | 111000 | 111000 | 1010010 |
Color Harmonies of #EBE8B8
Complementary color
Monochromatic Colors of #EBE8B8
Black with #EBE8B8
Text Example
Text Example
White with #EBE8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE8B8; }
p { color: rgb(235,232,184); }
H1.HeaderClassName
{
color: #EBE8B8;
}
.AnyTagClassName
{
color: #EBE8B8;
}
</style>
background-color css
<style>
a { background-color: #EBE8B8; }
a { background-color: rgb(235,232,184); }
div.DivClassName
{
background-color: #EBE8B8;
}
.BgClassName
{
background-color: #EBE8B8;
}
</style>
border-color css
<style>
span { border-color: #EBE8B8; }
span { border-color: rgb(235,232,184); }
td.TdClassName
{
border-color: #EBE8B8;
}
.TagClassName
{
border-color: #EBE8B8;
}
</style>