Shades of Medium Goldenrod #EBEAAE
Tints of Medium Goldenrod #EBEAAE
RGB
CMYK
RGB Variations
Color information
#EBEAAE (or 0xEBEAAE) is known color: Medium Goldenrod. HEX triplet: EB, EA and AE. RGB value is (235,234,174). Sum of RGB (Red+Green+Blue) = 235+234+174=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 174 (68.36% from 255 or 27.06% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEAAE is #141551. Grayscale: #E3E3E3. Windows color (decimal): -1316178 or 11463403. OLE color: 11463403.
HSL color Cylindrical-coordinate representation of color #EBEAAE: hue angle of 59.02º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBEAAE is Cyan = 0, Magento = 0.00, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 174 | - |
| CMYK | 0 | 0.00 | 0.26 | 0.08 |
| HSL | 59.02º | 0.6% | 0.8% | - |
| HSV(B) | 59.02º | 0.26% | 0.92% | - |
| XYZ | 71.32 | 79.56 | 51.64 | - |
| YUV | 227.46 | 97.83 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 174 | 0 | 0.00 | 0.26 | 0.08 | 59.02 | 0.6 | 0.8 |
| Hex | EB | EA | AE | 0 | 0 | 1A | 8 | 3B | 3C | 50 |
| Octal | 353 | 352 | 256 | 0 | 0 | 32 | 10 | 73 | 74 | 120 |
| Binary | 11101011 | 11101010 | 10101110 | 0 | 0 | 11010 | 1000 | 111011 | 111100 | 1010000 |
Color Harmonies of #EBEAAE
Complementary color
Monochromatic Colors of #EBEAAE
Black with #EBEAAE
Text Example
Text Example
White with #EBEAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEAAE; }
p { color: rgb(235,234,174); }
H1.HeaderClassName
{
color: #EBEAAE;
}
.AnyTagClassName
{
color: #EBEAAE;
}
</style>
background-color css
<style>
a { background-color: #EBEAAE; }
a { background-color: rgb(235,234,174); }
div.DivClassName
{
background-color: #EBEAAE;
}
.BgClassName
{
background-color: #EBEAAE;
}
</style>
border-color css
<style>
span { border-color: #EBEAAE; }
span { border-color: rgb(235,234,174); }
td.TdClassName
{
border-color: #EBEAAE;
}
.TagClassName
{
border-color: #EBEAAE;
}
</style>