Shades of Medium Goldenrod #EAE5B5
Tints of Medium Goldenrod #EAE5B5
RGB
CMYK
RGB Variations
Color information
#EAE5B5 (or 0xEAE5B5) is known color: Medium Goldenrod. HEX triplet: EA, E5 and B5. RGB value is (234,229,181). Sum of RGB (Red+Green+Blue) = 234+229+181=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 229 (89.84% from 255 or 35.56% from 644); Blue value is 181 (71.09% from 255 or 28.11% from 644); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE5B5 is #151A4A. Grayscale: #E1E1E1. Windows color (decimal): -1382987 or 11920874. OLE color: 11920874.
HSL color Cylindrical-coordinate representation of color #EAE5B5: hue angle of 54.34º degrees, saturation: 0.56, 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 #EAE5B5 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 181 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.08 |
| HSL | 54.34º | 0.56% | 0.81% | - |
| HSV(B) | 54.34º | 0.23% | 0.92% | - |
| XYZ | 70.29 | 76.87 | 54.85 | - |
| YUV | 225.02 | 103.16 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 181 | 0 | 0.02 | 0.23 | 0.08 | 54.34 | 0.56 | 0.81 |
| Hex | EA | E5 | B5 | 0 | 2 | 17 | 8 | 36 | 38 | 51 |
| Octal | 352 | 345 | 265 | 0 | 2 | 27 | 10 | 66 | 70 | 121 |
| Binary | 11101010 | 11100101 | 10110101 | 0 | 10 | 10111 | 1000 | 110110 | 111000 | 1010001 |
Color Harmonies of #EAE5B5
Complementary color
Monochromatic Colors of #EAE5B5
Black with #EAE5B5
Text Example
Text Example
White with #EAE5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE5B5; }
p { color: rgb(234,229,181); }
H1.HeaderClassName
{
color: #EAE5B5;
}
.AnyTagClassName
{
color: #EAE5B5;
}
</style>
background-color css
<style>
a { background-color: #EAE5B5; }
a { background-color: rgb(234,229,181); }
div.DivClassName
{
background-color: #EAE5B5;
}
.BgClassName
{
background-color: #EAE5B5;
}
</style>
border-color css
<style>
span { border-color: #EAE5B5; }
span { border-color: rgb(234,229,181); }
td.TdClassName
{
border-color: #EAE5B5;
}
.TagClassName
{
border-color: #EAE5B5;
}
</style>