Shades of Medium Goldenrod #E6EDA2
Tints of Medium Goldenrod #E6EDA2
RGB
CMYK
RGB Variations
Color information
#E6EDA2 (or 0xE6EDA2) is known color: Medium Goldenrod. HEX triplet: E6, ED and A2. RGB value is (230,237,162). Sum of RGB (Red+Green+Blue) = 230+237+162=629 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.57% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 162 (63.67% from 255 or 25.76% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #E6EDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6EDA2 is #19125D. Grayscale: #E2E2E2. Windows color (decimal): -1643102 or 10677734. OLE color: 10677734.
HSL color Cylindrical-coordinate representation of color #E6EDA2: hue angle of 65.6º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6EDA2 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 237 | 162 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.07 |
| HSL | 65.6º | 0.68% | 0.78% | - |
| HSV(B) | 65.6º | 0.32% | 0.93% | - |
| XYZ | 69.44 | 80 | 45.96 | - |
| YUV | 226.36 | 91.68 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 237 | 162 | 0.03 | 0 | 0.32 | 0.07 | 65.6 | 0.68 | 0.78 |
| Hex | E6 | ED | A2 | 3 | 0 | 20 | 7 | 42 | 44 | 4E |
| Octal | 346 | 355 | 242 | 3 | 0 | 40 | 7 | 102 | 104 | 116 |
| Binary | 11100110 | 11101101 | 10100010 | 11 | 0 | 100000 | 111 | 1000010 | 1000100 | 1001110 |
Color Harmonies of #E6EDA2
Complementary color
Monochromatic Colors of #E6EDA2
Black with #E6EDA2
Text Example
Text Example
White with #E6EDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EDA2; }
p { color: rgb(230,237,162); }
H1.HeaderClassName
{
color: #E6EDA2;
}
.AnyTagClassName
{
color: #E6EDA2;
}
</style>
background-color css
<style>
a { background-color: #E6EDA2; }
a { background-color: rgb(230,237,162); }
div.DivClassName
{
background-color: #E6EDA2;
}
.BgClassName
{
background-color: #E6EDA2;
}
</style>
border-color css
<style>
span { border-color: #E6EDA2; }
span { border-color: rgb(230,237,162); }
td.TdClassName
{
border-color: #E6EDA2;
}
.TagClassName
{
border-color: #E6EDA2;
}
</style>