Shades of Medium Goldenrod #EBEAB9
Tints of Medium Goldenrod #EBEAB9
RGB
CMYK
RGB Variations
Color information
#EBEAB9 (or 0xEBEAB9) is known color: Medium Goldenrod. HEX triplet: EB, EA and B9. RGB value is (235,234,185). Sum of RGB (Red+Green+Blue) = 235+234+185=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 185 (72.66% from 255 or 28.29% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEAB9 is #141546. Grayscale: #E4E4E4. Windows color (decimal): -1316167 or 12184299. OLE color: 12184299.
HSL color Cylindrical-coordinate representation of color #EBEAB9: hue angle of 58.8º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBEAB9 is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 185 | - |
| CMYK | 0 | 0.00 | 0.21 | 0.08 |
| HSL | 58.8º | 0.56% | 0.82% | - |
| HSV(B) | 58.8º | 0.21% | 0.92% | - |
| XYZ | 72.44 | 80.01 | 57.52 | - |
| YUV | 228.71 | 103.33 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 185 | 0 | 0.00 | 0.21 | 0.08 | 58.8 | 0.56 | 0.82 |
| Hex | EB | EA | B9 | 0 | 0 | 15 | 8 | 3B | 38 | 52 |
| Octal | 353 | 352 | 271 | 0 | 0 | 25 | 10 | 73 | 70 | 122 |
| Binary | 11101011 | 11101010 | 10111001 | 0 | 0 | 10101 | 1000 | 111011 | 111000 | 1010010 |
Color Harmonies of #EBEAB9
Complementary color
Monochromatic Colors of #EBEAB9
Black with #EBEAB9
Text Example
Text Example
White with #EBEAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEAB9; }
p { color: rgb(235,234,185); }
H1.HeaderClassName
{
color: #EBEAB9;
}
.AnyTagClassName
{
color: #EBEAB9;
}
</style>
background-color css
<style>
a { background-color: #EBEAB9; }
a { background-color: rgb(235,234,185); }
div.DivClassName
{
background-color: #EBEAB9;
}
.BgClassName
{
background-color: #EBEAB9;
}
</style>
border-color css
<style>
span { border-color: #EBEAB9; }
span { border-color: rgb(235,234,185); }
td.TdClassName
{
border-color: #EBEAB9;
}
.TagClassName
{
border-color: #EBEAB9;
}
</style>