Shades of Marzipan #E6C679
Tints of Marzipan #E6C679
RGB
CMYK
RGB Variations
Color information
#E6C679 (or 0xE6C679) is known color: Marzipan. HEX triplet: E6, C6 and 79. RGB value is (230,198,121). Sum of RGB (Red+Green+Blue) = 230+198+121=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 121 (47.66% from 255 or 22.04% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C679 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C679 is #193986. Grayscale: #C7C7C7. Windows color (decimal): -1653127 or 7980774. OLE color: 7980774.
HSL color Cylindrical-coordinate representation of color #E6C679: hue angle of 42.39º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E6C679 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 198 | 121 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.10 |
| HSL | 42.39º | 0.69% | 0.69% | - |
| HSV(B) | 42.39º | 0.47% | 0.9% | - |
| XYZ | 56.28 | 58.59 | 26.43 | - |
| YUV | 198.79 | 84.1 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 198 | 121 | 0 | 0.14 | 0.47 | 0.10 | 42.39 | 0.69 | 0.69 |
| Hex | E6 | C6 | 79 | 0 | E | 2F | A | 2A | 45 | 45 |
| Octal | 346 | 306 | 171 | 0 | 16 | 57 | 12 | 52 | 105 | 105 |
| Binary | 11100110 | 11000110 | 1111001 | 0 | 1110 | 101111 | 1010 | 101010 | 1000101 | 1000101 |
Color Harmonies of #E6C679
Complementary color
Monochromatic Colors of #E6C679
Black with #E6C679
Text Example
Text Example
White with #E6C679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C679; }
p { color: rgb(230,198,121); }
H1.HeaderClassName
{
color: #E6C679;
}
.AnyTagClassName
{
color: #E6C679;
}
</style>
background-color css
<style>
a { background-color: #E6C679; }
a { background-color: rgb(230,198,121); }
div.DivClassName
{
background-color: #E6C679;
}
.BgClassName
{
background-color: #E6C679;
}
</style>
border-color css
<style>
span { border-color: #E6C679; }
span { border-color: rgb(230,198,121); }
td.TdClassName
{
border-color: #E6C679;
}
.TagClassName
{
border-color: #E6C679;
}
</style>