Shades of Medium Goldenrod #E8EDAC
Tints of Medium Goldenrod #E8EDAC
RGB
CMYK
RGB Variations
Color information
#E8EDAC (or 0xE8EDAC) is known color: Medium Goldenrod. HEX triplet: E8, ED and AC. RGB value is (232,237,172). Sum of RGB (Red+Green+Blue) = 232+237+172=641 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.19% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 172 (67.58% from 255 or 26.83% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #E8EDAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8EDAC is #171253. Grayscale: #E4E4E4. Windows color (decimal): -1512020 or 11333096. OLE color: 11333096.
HSL color Cylindrical-coordinate representation of color #E8EDAC: hue angle of 64.62º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8EDAC is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 237 | 172 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.07 |
| HSL | 64.62º | 0.64% | 0.8% | - |
| HSV(B) | 64.62º | 0.27% | 0.93% | - |
| XYZ | 71.01 | 80.7 | 50.86 | - |
| YUV | 228.1 | 96.34 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 237 | 172 | 0.02 | 0 | 0.27 | 0.07 | 64.62 | 0.64 | 0.8 |
| Hex | E8 | ED | AC | 2 | 0 | 1B | 7 | 41 | 40 | 50 |
| Octal | 350 | 355 | 254 | 2 | 0 | 33 | 7 | 101 | 100 | 120 |
| Binary | 11101000 | 11101101 | 10101100 | 10 | 0 | 11011 | 111 | 1000001 | 1000000 | 1010000 |
Color Harmonies of #E8EDAC
Complementary color
Monochromatic Colors of #E8EDAC
Black with #E8EDAC
Text Example
Text Example
White with #E8EDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EDAC; }
p { color: rgb(232,237,172); }
H1.HeaderClassName
{
color: #E8EDAC;
}
.AnyTagClassName
{
color: #E8EDAC;
}
</style>
background-color css
<style>
a { background-color: #E8EDAC; }
a { background-color: rgb(232,237,172); }
div.DivClassName
{
background-color: #E8EDAC;
}
.BgClassName
{
background-color: #E8EDAC;
}
</style>
border-color css
<style>
span { border-color: #E8EDAC; }
span { border-color: rgb(232,237,172); }
td.TdClassName
{
border-color: #E8EDAC;
}
.TagClassName
{
border-color: #E8EDAC;
}
</style>