Shades of Medium Goldenrod #E8EDB0
Tints of Medium Goldenrod #E8EDB0
RGB
CMYK
RGB Variations
Color information
#E8EDB0 (or 0xE8EDB0) is known color: Medium Goldenrod. HEX triplet: E8, ED and B0. RGB value is (232,237,176). Sum of RGB (Red+Green+Blue) = 232+237+176=645 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.97% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 176 (69.14% from 255 or 27.29% from 645); Max value from RGB is 237 - color contains mainly: green. Hex color #E8EDB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8EDB0 is #17124F. Grayscale: #E4E4E4. Windows color (decimal): -1512016 or 11595240. OLE color: 11595240.
HSL color Cylindrical-coordinate representation of color #E8EDB0: hue angle of 64.92º 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 #E8EDB0 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 237 | 176 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.07 |
| HSL | 64.92º | 0.63% | 0.81% | - |
| HSV(B) | 64.92º | 0.26% | 0.93% | - |
| XYZ | 71.4 | 80.86 | 52.92 | - |
| YUV | 228.55 | 98.34 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 237 | 176 | 0.02 | 0 | 0.26 | 0.07 | 64.92 | 0.63 | 0.81 |
| Hex | E8 | ED | B0 | 2 | 0 | 1A | 7 | 41 | 3F | 51 |
| Octal | 350 | 355 | 260 | 2 | 0 | 32 | 7 | 101 | 77 | 121 |
| Binary | 11101000 | 11101101 | 10110000 | 10 | 0 | 11010 | 111 | 1000001 | 111111 | 1010001 |
Color Harmonies of #E8EDB0
Complementary color
Monochromatic Colors of #E8EDB0
Black with #E8EDB0
Text Example
Text Example
White with #E8EDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EDB0; }
p { color: rgb(232,237,176); }
H1.HeaderClassName
{
color: #E8EDB0;
}
.AnyTagClassName
{
color: #E8EDB0;
}
</style>
background-color css
<style>
a { background-color: #E8EDB0; }
a { background-color: rgb(232,237,176); }
div.DivClassName
{
background-color: #E8EDB0;
}
.BgClassName
{
background-color: #E8EDB0;
}
</style>
border-color css
<style>
span { border-color: #E8EDB0; }
span { border-color: rgb(232,237,176); }
td.TdClassName
{
border-color: #E8EDB0;
}
.TagClassName
{
border-color: #E8EDB0;
}
</style>