Shades of Medium Goldenrod #E7EDB0
Tints of Medium Goldenrod #E7EDB0
RGB
CMYK
RGB Variations
Color information
#E7EDB0 (or 0xE7EDB0) is known color: Medium Goldenrod. HEX triplet: E7, ED and B0. RGB value is (231,237,176). Sum of RGB (Red+Green+Blue) = 231+237+176=644 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.87% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 176 (69.14% from 255 or 27.33% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #E7EDB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7EDB0 is #18124F. Grayscale: #E4E4E4. Windows color (decimal): -1577552 or 11595239. OLE color: 11595239.
HSL color Cylindrical-coordinate representation of color #E7EDB0: hue angle of 65.9º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7EDB0 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 237 | 176 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.07 |
| HSL | 65.9º | 0.63% | 0.81% | - |
| HSV(B) | 65.9º | 0.26% | 0.93% | - |
| XYZ | 71.08 | 80.69 | 52.9 | - |
| YUV | 228.25 | 98.51 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 237 | 176 | 0.03 | 0 | 0.26 | 0.07 | 65.9 | 0.63 | 0.81 |
| Hex | E7 | ED | B0 | 3 | 0 | 1A | 7 | 42 | 3F | 51 |
| Octal | 347 | 355 | 260 | 3 | 0 | 32 | 7 | 102 | 77 | 121 |
| Binary | 11100111 | 11101101 | 10110000 | 11 | 0 | 11010 | 111 | 1000010 | 111111 | 1010001 |
Color Harmonies of #E7EDB0
Complementary color
Monochromatic Colors of #E7EDB0
Black with #E7EDB0
Text Example
Text Example
White with #E7EDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EDB0; }
p { color: rgb(231,237,176); }
H1.HeaderClassName
{
color: #E7EDB0;
}
.AnyTagClassName
{
color: #E7EDB0;
}
</style>
background-color css
<style>
a { background-color: #E7EDB0; }
a { background-color: rgb(231,237,176); }
div.DivClassName
{
background-color: #E7EDB0;
}
.BgClassName
{
background-color: #E7EDB0;
}
</style>
border-color css
<style>
span { border-color: #E7EDB0; }
span { border-color: rgb(231,237,176); }
td.TdClassName
{
border-color: #E7EDB0;
}
.TagClassName
{
border-color: #E7EDB0;
}
</style>