Shades of Medium Goldenrod #EAE9BA
Tints of Medium Goldenrod #EAE9BA
RGB
CMYK
RGB Variations
Color information
#EAE9BA (or 0xEAE9BA) is known color: Medium Goldenrod. HEX triplet: EA, E9 and BA. RGB value is (234,233,186). Sum of RGB (Red+Green+Blue) = 234+233+186=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 233 (91.41% from 255 or 35.68% from 653); Blue value is 186 (73.05% from 255 or 28.48% from 653); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE9BA is #151645. Grayscale: #E4E4E4. Windows color (decimal): -1381958 or 12249578. OLE color: 12249578.
HSL color Cylindrical-coordinate representation of color #EAE9BA: hue angle of 58.75º degrees, saturation: 0.53, 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 #EAE9BA is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 186 | - |
| CMYK | 0 | 0.00 | 0.21 | 0.08 |
| HSL | 58.75º | 0.53% | 0.82% | - |
| HSV(B) | 58.75º | 0.21% | 0.92% | - |
| XYZ | 71.93 | 79.32 | 57.97 | - |
| YUV | 227.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 186 | 0 | 0.00 | 0.21 | 0.08 | 58.75 | 0.53 | 0.82 |
| Hex | EA | E9 | BA | 0 | 0 | 15 | 8 | 3B | 35 | 52 |
| Octal | 352 | 351 | 272 | 0 | 0 | 25 | 10 | 73 | 65 | 122 |
| Binary | 11101010 | 11101001 | 10111010 | 0 | 0 | 10101 | 1000 | 111011 | 110101 | 1010010 |
Color Harmonies of #EAE9BA
Complementary color
Monochromatic Colors of #EAE9BA
Black with #EAE9BA
Text Example
Text Example
White with #EAE9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE9BA; }
p { color: rgb(234,233,186); }
H1.HeaderClassName
{
color: #EAE9BA;
}
.AnyTagClassName
{
color: #EAE9BA;
}
</style>
background-color css
<style>
a { background-color: #EAE9BA; }
a { background-color: rgb(234,233,186); }
div.DivClassName
{
background-color: #EAE9BA;
}
.BgClassName
{
background-color: #EAE9BA;
}
</style>
border-color css
<style>
span { border-color: #EAE9BA; }
span { border-color: rgb(234,233,186); }
td.TdClassName
{
border-color: #EAE9BA;
}
.TagClassName
{
border-color: #EAE9BA;
}
</style>