Shades of Medium Goldenrod #E8EDA9
Tints of Medium Goldenrod #E8EDA9
RGB
CMYK
RGB Variations
Color information
#E8EDA9 (or 0xE8EDA9) is known color: Medium Goldenrod. HEX triplet: E8, ED and A9. RGB value is (232,237,169). Sum of RGB (Red+Green+Blue) = 232+237+169=638 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.36% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 169 (66.41% from 255 or 26.49% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #E8EDA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8EDA9 is #171256. Grayscale: #E4E4E4. Windows color (decimal): -1512023 or 11136488. OLE color: 11136488.
HSL color Cylindrical-coordinate representation of color #E8EDA9: hue angle of 64.41º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8EDA9 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 237 | 169 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.07 |
| HSL | 64.41º | 0.65% | 0.8% | - |
| HSV(B) | 64.41º | 0.29% | 0.93% | - |
| XYZ | 70.72 | 80.59 | 49.36 | - |
| YUV | 227.75 | 94.84 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 237 | 169 | 0.02 | 0 | 0.29 | 0.07 | 64.41 | 0.65 | 0.8 |
| Hex | E8 | ED | A9 | 2 | 0 | 1D | 7 | 40 | 41 | 50 |
| Octal | 350 | 355 | 251 | 2 | 0 | 35 | 7 | 100 | 101 | 120 |
| Binary | 11101000 | 11101101 | 10101001 | 10 | 0 | 11101 | 111 | 1000000 | 1000001 | 1010000 |
Color Harmonies of #E8EDA9
Complementary color
Monochromatic Colors of #E8EDA9
Black with #E8EDA9
Text Example
Text Example
White with #E8EDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EDA9; }
p { color: rgb(232,237,169); }
H1.HeaderClassName
{
color: #E8EDA9;
}
.AnyTagClassName
{
color: #E8EDA9;
}
</style>
background-color css
<style>
a { background-color: #E8EDA9; }
a { background-color: rgb(232,237,169); }
div.DivClassName
{
background-color: #E8EDA9;
}
.BgClassName
{
background-color: #E8EDA9;
}
</style>
border-color css
<style>
span { border-color: #E8EDA9; }
span { border-color: rgb(232,237,169); }
td.TdClassName
{
border-color: #E8EDA9;
}
.TagClassName
{
border-color: #E8EDA9;
}
</style>