Shades of Medium Goldenrod #EAE5B7
Tints of Medium Goldenrod #EAE5B7
RGB
CMYK
RGB Variations
Color information
#EAE5B7 (or 0xEAE5B7) is known color: Medium Goldenrod. HEX triplet: EA, E5 and B7. RGB value is (234,229,183). Sum of RGB (Red+Green+Blue) = 234+229+183=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 229 (89.84% from 255 or 35.45% from 646); Blue value is 183 (71.88% from 255 or 28.33% from 646); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE5B7 is #151A48. Grayscale: #E1E1E1. Windows color (decimal): -1382985 or 12051946. OLE color: 12051946.
HSL color Cylindrical-coordinate representation of color #EAE5B7: hue angle of 54.12º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAE5B7 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 183 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.08 |
| HSL | 54.12º | 0.55% | 0.82% | - |
| HSV(B) | 54.12º | 0.22% | 0.92% | - |
| XYZ | 70.5 | 76.95 | 55.94 | - |
| YUV | 225.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 183 | 0 | 0.02 | 0.22 | 0.08 | 54.12 | 0.55 | 0.82 |
| Hex | EA | E5 | B7 | 0 | 2 | 16 | 8 | 36 | 37 | 52 |
| Octal | 352 | 345 | 267 | 0 | 2 | 26 | 10 | 66 | 67 | 122 |
| Binary | 11101010 | 11100101 | 10110111 | 0 | 10 | 10110 | 1000 | 110110 | 110111 | 1010010 |
Color Harmonies of #EAE5B7
Complementary color
Monochromatic Colors of #EAE5B7
Black with #EAE5B7
Text Example
Text Example
White with #EAE5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE5B7; }
p { color: rgb(234,229,183); }
H1.HeaderClassName
{
color: #EAE5B7;
}
.AnyTagClassName
{
color: #EAE5B7;
}
</style>
background-color css
<style>
a { background-color: #EAE5B7; }
a { background-color: rgb(234,229,183); }
div.DivClassName
{
background-color: #EAE5B7;
}
.BgClassName
{
background-color: #EAE5B7;
}
</style>
border-color css
<style>
span { border-color: #EAE5B7; }
span { border-color: rgb(234,229,183); }
td.TdClassName
{
border-color: #EAE5B7;
}
.TagClassName
{
border-color: #EAE5B7;
}
</style>