Shades of Medium Goldenrod #EAE7B5
Tints of Medium Goldenrod #EAE7B5
RGB
CMYK
RGB Variations
Color information
#EAE7B5 (or 0xEAE7B5) is known color: Medium Goldenrod. HEX triplet: EA, E7 and B5. RGB value is (234,231,181). Sum of RGB (Red+Green+Blue) = 234+231+181=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 231 (90.62% from 255 or 35.76% from 646); Blue value is 181 (71.09% from 255 or 28.02% from 646); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE7B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE7B5 is #15184A. Grayscale: #E2E2E2. Windows color (decimal): -1382475 or 11921386. OLE color: 11921386.
HSL color Cylindrical-coordinate representation of color #EAE7B5: hue angle of 56.6º 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 #EAE7B5 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 231 | 181 | - |
CMYK | 0 | 0.01 | 0.23 | 0.08 |
HSL | 56.6º | 0.56% | 0.81% | - |
HSV(B) | 56.6º | 0.23% | 0.92% | - |
XYZ | 70.85 | 77.98 | 55.03 | - |
YUV | 226.2 | 102.49 | 133.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 231 | 181 | 0 | 0.01 | 0.23 | 0.08 | 56.6 | 0.56 | 0.81 |
Hex | EA | E7 | B5 | 0 | 1 | 17 | 8 | 39 | 38 | 51 |
Octal | 352 | 347 | 265 | 0 | 1 | 27 | 10 | 71 | 70 | 121 |
Binary | 11101010 | 11100111 | 10110101 | 0 | 1 | 10111 | 1000 | 111001 | 111000 | 1010001 |
Color Harmonies of #EAE7B5
Complementary color
Monochromatic Colors of #EAE7B5
Black with #EAE7B5
Text Example
Text Example
White with #EAE7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE7B5; }
p { color: rgb(234,231,181); }
H1.HeaderClassName
{
color: #EAE7B5;
}
.AnyTagClassName
{
color: #EAE7B5;
}
</style>
background-color css
<style>
a { background-color: #EAE7B5; }
a { background-color: rgb(234,231,181); }
div.DivClassName
{
background-color: #EAE7B5;
}
.BgClassName
{
background-color: #EAE7B5;
}
</style>
border-color css
<style>
span { border-color: #EAE7B5; }
span { border-color: rgb(234,231,181); }
td.TdClassName
{
border-color: #EAE7B5;
}
.TagClassName
{
border-color: #EAE7B5;
}
</style>