Shades of Medium Goldenrod #EBEAB4
Tints of Medium Goldenrod #EBEAB4
RGB
CMYK
RGB Variations
Color information
#EBEAB4 (or 0xEBEAB4) is known color: Medium Goldenrod. HEX triplet: EB, EA and B4. RGB value is (235,234,180). Sum of RGB (Red+Green+Blue) = 235+234+180=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 180 (70.70% from 255 or 27.73% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEAB4 is #14154B. Grayscale: #E4E4E4. Windows color (decimal): -1316172 or 11856619. OLE color: 11856619.
HSL color Cylindrical-coordinate representation of color #EBEAB4: hue angle of 58.91º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBEAB4 is Cyan = 0, Magento = 0.00, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 180 | - |
| CMYK | 0 | 0.00 | 0.23 | 0.08 |
| HSL | 58.91º | 0.58% | 0.81% | - |
| HSV(B) | 58.91º | 0.23% | 0.92% | - |
| XYZ | 71.92 | 79.8 | 54.79 | - |
| YUV | 228.14 | 100.83 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 180 | 0 | 0.00 | 0.23 | 0.08 | 58.91 | 0.58 | 0.81 |
| Hex | EB | EA | B4 | 0 | 0 | 17 | 8 | 3B | 3A | 51 |
| Octal | 353 | 352 | 264 | 0 | 0 | 27 | 10 | 73 | 72 | 121 |
| Binary | 11101011 | 11101010 | 10110100 | 0 | 0 | 10111 | 1000 | 111011 | 111010 | 1010001 |
Color Harmonies of #EBEAB4
Complementary color
Monochromatic Colors of #EBEAB4
Black with #EBEAB4
Text Example
Text Example
White with #EBEAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEAB4; }
p { color: rgb(235,234,180); }
H1.HeaderClassName
{
color: #EBEAB4;
}
.AnyTagClassName
{
color: #EBEAB4;
}
</style>
background-color css
<style>
a { background-color: #EBEAB4; }
a { background-color: rgb(235,234,180); }
div.DivClassName
{
background-color: #EBEAB4;
}
.BgClassName
{
background-color: #EBEAB4;
}
</style>
border-color css
<style>
span { border-color: #EBEAB4; }
span { border-color: rgb(235,234,180); }
td.TdClassName
{
border-color: #EBEAB4;
}
.TagClassName
{
border-color: #EBEAB4;
}
</style>