Shades of Medium Goldenrod #EBEAB7
Tints of Medium Goldenrod #EBEAB7
RGB
CMYK
RGB Variations
Color information
#EBEAB7 (or 0xEBEAB7) is known color: Medium Goldenrod. HEX triplet: EB, EA and B7. RGB value is (235,234,183). Sum of RGB (Red+Green+Blue) = 235+234+183=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 183 (71.88% from 255 or 28.07% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEAB7 is #141548. Grayscale: #E4E4E4. Windows color (decimal): -1316169 or 12053227. OLE color: 12053227.
HSL color Cylindrical-coordinate representation of color #EBEAB7: hue angle of 58.85º degrees, saturation: 0.57, 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 #EBEAB7 is Cyan = 0, Magento = 0.00, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 183 | - |
| CMYK | 0 | 0.00 | 0.22 | 0.08 |
| HSL | 58.85º | 0.57% | 0.82% | - |
| HSV(B) | 58.85º | 0.22% | 0.92% | - |
| XYZ | 72.23 | 79.93 | 56.42 | - |
| YUV | 228.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 183 | 0 | 0.00 | 0.22 | 0.08 | 58.85 | 0.57 | 0.82 |
| Hex | EB | EA | B7 | 0 | 0 | 16 | 8 | 3B | 39 | 52 |
| Octal | 353 | 352 | 267 | 0 | 0 | 26 | 10 | 73 | 71 | 122 |
| Binary | 11101011 | 11101010 | 10110111 | 0 | 0 | 10110 | 1000 | 111011 | 111001 | 1010010 |
Color Harmonies of #EBEAB7
Complementary color
Monochromatic Colors of #EBEAB7
Black with #EBEAB7
Text Example
Text Example
White with #EBEAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEAB7; }
p { color: rgb(235,234,183); }
H1.HeaderClassName
{
color: #EBEAB7;
}
.AnyTagClassName
{
color: #EBEAB7;
}
</style>
background-color css
<style>
a { background-color: #EBEAB7; }
a { background-color: rgb(235,234,183); }
div.DivClassName
{
background-color: #EBEAB7;
}
.BgClassName
{
background-color: #EBEAB7;
}
</style>
border-color css
<style>
span { border-color: #EBEAB7; }
span { border-color: rgb(235,234,183); }
td.TdClassName
{
border-color: #EBEAB7;
}
.TagClassName
{
border-color: #EBEAB7;
}
</style>