Shades of Marzipan #E6CD8B
Tints of Marzipan #E6CD8B
RGB
CMYK
RGB Variations
Color information
#E6CD8B (or 0xE6CD8B) is known color: Marzipan. HEX triplet: E6, CD and 8B. RGB value is (230,205,139). Sum of RGB (Red+Green+Blue) = 230+205+139=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 139 (54.69% from 255 or 24.22% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CD8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CD8B is #193274. Grayscale: #CDCDCD. Windows color (decimal): -1651317 or 9162214. OLE color: 9162214.
HSL color Cylindrical-coordinate representation of color #E6CD8B: hue angle of 43.52º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6CD8B is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 205 | 139 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.10 |
| HSL | 43.52º | 0.65% | 0.72% | - |
| HSV(B) | 43.52º | 0.4% | 0.9% | - |
| XYZ | 59.12 | 62.35 | 33.34 | - |
| YUV | 204.95 | 90.78 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 139 | 0 | 0.11 | 0.40 | 0.10 | 43.52 | 0.65 | 0.72 |
| Hex | E6 | CD | 8B | 0 | B | 28 | A | 2C | 41 | 48 |
| Octal | 346 | 315 | 213 | 0 | 13 | 50 | 12 | 54 | 101 | 110 |
| Binary | 11100110 | 11001101 | 10001011 | 0 | 1011 | 101000 | 1010 | 101100 | 1000001 | 1001000 |
Color Harmonies of #E6CD8B
Complementary color
Monochromatic Colors of #E6CD8B
Black with #E6CD8B
Text Example
Text Example
White with #E6CD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CD8B; }
p { color: rgb(230,205,139); }
H1.HeaderClassName
{
color: #E6CD8B;
}
.AnyTagClassName
{
color: #E6CD8B;
}
</style>
background-color css
<style>
a { background-color: #E6CD8B; }
a { background-color: rgb(230,205,139); }
div.DivClassName
{
background-color: #E6CD8B;
}
.BgClassName
{
background-color: #E6CD8B;
}
</style>
border-color css
<style>
span { border-color: #E6CD8B; }
span { border-color: rgb(230,205,139); }
td.TdClassName
{
border-color: #E6CD8B;
}
.TagClassName
{
border-color: #E6CD8B;
}
</style>