Shades of Marzipan #E6CD8A
Tints of Marzipan #E6CD8A
RGB
CMYK
RGB Variations
Color information
#E6CD8A (or 0xE6CD8A) is known color: Marzipan. HEX triplet: E6, CD and 8A. RGB value is (230,205,138). Sum of RGB (Red+Green+Blue) = 230+205+138=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 138 (54.30% from 255 or 24.08% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CD8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CD8A is #193275. Grayscale: #CDCDCD. Windows color (decimal): -1651318 or 9096678. OLE color: 9096678.
HSL color Cylindrical-coordinate representation of color #E6CD8A: hue angle of 43.7º 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 #E6CD8A is Cyan = 0, Magento = 0.11, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 205 | 138 | - |
| CMYK | 0 | 0.11 | 0.4 | 0.10 |
| HSL | 43.7º | 0.65% | 0.72% | - |
| HSV(B) | 43.7º | 0.4% | 0.9% | - |
| XYZ | 59.05 | 62.32 | 32.96 | - |
| YUV | 204.84 | 90.28 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 138 | 0 | 0.11 | 0.4 | 0.10 | 43.7 | 0.65 | 0.72 |
| Hex | E6 | CD | 8A | 0 | B | 28 | A | 2C | 41 | 48 |
| Octal | 346 | 315 | 212 | 0 | 13 | 50 | 12 | 54 | 101 | 110 |
| Binary | 11100110 | 11001101 | 10001010 | 0 | 1011 | 101000 | 1010 | 101100 | 1000001 | 1001000 |
Color Harmonies of #E6CD8A
Complementary color
Monochromatic Colors of #E6CD8A
Black with #E6CD8A
Text Example
Text Example
White with #E6CD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CD8A; }
p { color: rgb(230,205,138); }
H1.HeaderClassName
{
color: #E6CD8A;
}
.AnyTagClassName
{
color: #E6CD8A;
}
</style>
background-color css
<style>
a { background-color: #E6CD8A; }
a { background-color: rgb(230,205,138); }
div.DivClassName
{
background-color: #E6CD8A;
}
.BgClassName
{
background-color: #E6CD8A;
}
</style>
border-color css
<style>
span { border-color: #E6CD8A; }
span { border-color: rgb(230,205,138); }
td.TdClassName
{
border-color: #E6CD8A;
}
.TagClassName
{
border-color: #E6CD8A;
}
</style>