Shades of Medium Goldenrod #E6EDA3
Tints of Medium Goldenrod #E6EDA3
RGB
CMYK
RGB Variations
Color information
#E6EDA3 (or 0xE6EDA3) is known color: Medium Goldenrod. HEX triplet: E6, ED and A3. RGB value is (230,237,163). Sum of RGB (Red+Green+Blue) = 230+237+163=630 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.51% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 163 (64.06% from 255 or 25.87% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #E6EDA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6EDA3 is #19125C. Grayscale: #E2E2E2. Windows color (decimal): -1643101 or 10743270. OLE color: 10743270.
HSL color Cylindrical-coordinate representation of color #E6EDA3: hue angle of 65.68º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6EDA3 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 237 | 163 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.07 |
| HSL | 65.68º | 0.67% | 0.78% | - |
| HSV(B) | 65.68º | 0.31% | 0.93% | - |
| XYZ | 69.53 | 80.04 | 46.43 | - |
| YUV | 226.47 | 92.18 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 237 | 163 | 0.03 | 0 | 0.31 | 0.07 | 65.68 | 0.67 | 0.78 |
| Hex | E6 | ED | A3 | 3 | 0 | 1F | 7 | 42 | 43 | 4E |
| Octal | 346 | 355 | 243 | 3 | 0 | 37 | 7 | 102 | 103 | 116 |
| Binary | 11100110 | 11101101 | 10100011 | 11 | 0 | 11111 | 111 | 1000010 | 1000011 | 1001110 |
Color Harmonies of #E6EDA3
Complementary color
Monochromatic Colors of #E6EDA3
Black with #E6EDA3
Text Example
Text Example
White with #E6EDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EDA3; }
p { color: rgb(230,237,163); }
H1.HeaderClassName
{
color: #E6EDA3;
}
.AnyTagClassName
{
color: #E6EDA3;
}
</style>
background-color css
<style>
a { background-color: #E6EDA3; }
a { background-color: rgb(230,237,163); }
div.DivClassName
{
background-color: #E6EDA3;
}
.BgClassName
{
background-color: #E6EDA3;
}
</style>
border-color css
<style>
span { border-color: #E6EDA3; }
span { border-color: rgb(230,237,163); }
td.TdClassName
{
border-color: #E6EDA3;
}
.TagClassName
{
border-color: #E6EDA3;
}
</style>