Shades of Medium Goldenrod #EBEAAC
Tints of Medium Goldenrod #EBEAAC
RGB
CMYK
RGB Variations
Color information
#EBEAAC (or 0xEBEAAC) is known color: Medium Goldenrod. HEX triplet: EB, EA and AC. RGB value is (235,234,172). Sum of RGB (Red+Green+Blue) = 235+234+172=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 172 (67.58% from 255 or 26.83% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEAAC is #141553. Grayscale: #E3E3E3. Windows color (decimal): -1316180 or 11332331. OLE color: 11332331.
HSL color Cylindrical-coordinate representation of color #EBEAAC: hue angle of 59.05º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBEAAC is Cyan = 0, Magento = 0.00, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 172 | - |
| CMYK | 0 | 0.00 | 0.27 | 0.08 |
| HSL | 59.05º | 0.61% | 0.8% | - |
| HSV(B) | 59.05º | 0.27% | 0.92% | - |
| XYZ | 71.13 | 79.49 | 50.62 | - |
| YUV | 227.23 | 96.83 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 172 | 0 | 0.00 | 0.27 | 0.08 | 59.05 | 0.61 | 0.8 |
| Hex | EB | EA | AC | 0 | 0 | 1B | 8 | 3B | 3D | 50 |
| Octal | 353 | 352 | 254 | 0 | 0 | 33 | 10 | 73 | 75 | 120 |
| Binary | 11101011 | 11101010 | 10101100 | 0 | 0 | 11011 | 1000 | 111011 | 111101 | 1010000 |
Color Harmonies of #EBEAAC
Complementary color
Monochromatic Colors of #EBEAAC
Black with #EBEAAC
Text Example
Text Example
White with #EBEAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEAAC; }
p { color: rgb(235,234,172); }
H1.HeaderClassName
{
color: #EBEAAC;
}
.AnyTagClassName
{
color: #EBEAAC;
}
</style>
background-color css
<style>
a { background-color: #EBEAAC; }
a { background-color: rgb(235,234,172); }
div.DivClassName
{
background-color: #EBEAAC;
}
.BgClassName
{
background-color: #EBEAAC;
}
</style>
border-color css
<style>
span { border-color: #EBEAAC; }
span { border-color: rgb(235,234,172); }
td.TdClassName
{
border-color: #EBEAAC;
}
.TagClassName
{
border-color: #EBEAAC;
}
</style>