Shades of Medium Goldenrod #E7E7AD
Tints of Medium Goldenrod #E7E7AD
RGB
CMYK
RGB Variations
Color information
#E7E7AD (or 0xE7E7AD) is known color: Medium Goldenrod. HEX triplet: E7, E7 and AD. RGB value is (231,231,173). Sum of RGB (Red+Green+Blue) = 231+231+173=635 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.38% from 635); Green value is 231 (90.62% from 255 or 36.38% from 635); Blue value is 173 (67.97% from 255 or 27.24% from 635); Max value from RGB is 231 - color contains mainly: red, green. Hex color #E7E7AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7E7AD is #181852. Grayscale: #E0E0E0. Windows color (decimal): -1579091 or 11397095. OLE color: 11397095.
HSL color Cylindrical-coordinate representation of color #E7E7AD: hue angle of 60º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7E7AD is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 231 | 173 | - |
| CMYK | 0 | 0 | 0.25 | 0.09 |
| HSL | 60º | 0.55% | 0.79% | - |
| HSV(B) | 60º | 0.25% | 0.91% | - |
| XYZ | 69.07 | 77.16 | 50.79 | - |
| YUV | 224.39 | 99 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 231 | 173 | 0 | 0 | 0.25 | 0.09 | 60 | 0.55 | 0.79 |
| Hex | E7 | E7 | AD | 0 | 0 | 19 | 9 | 3C | 37 | 4F |
| Octal | 347 | 347 | 255 | 0 | 0 | 31 | 11 | 74 | 67 | 117 |
| Binary | 11100111 | 11100111 | 10101101 | 0 | 0 | 11001 | 1001 | 111100 | 110111 | 1001111 |
Color Harmonies of #E7E7AD
Complementary color
Monochromatic Colors of #E7E7AD
Black with #E7E7AD
Text Example
Text Example
White with #E7E7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E7AD; }
p { color: rgb(231,231,173); }
H1.HeaderClassName
{
color: #E7E7AD;
}
.AnyTagClassName
{
color: #E7E7AD;
}
</style>
background-color css
<style>
a { background-color: #E7E7AD; }
a { background-color: rgb(231,231,173); }
div.DivClassName
{
background-color: #E7E7AD;
}
.BgClassName
{
background-color: #E7E7AD;
}
</style>
border-color css
<style>
span { border-color: #E7E7AD; }
span { border-color: rgb(231,231,173); }
td.TdClassName
{
border-color: #E7E7AD;
}
.TagClassName
{
border-color: #E7E7AD;
}
</style>