Shades of Marzipan #E6CC80
Tints of Marzipan #E6CC80
RGB
CMYK
RGB Variations
Color information
#E6CC80 (or 0xE6CC80) is known color: Marzipan. HEX triplet: E6, CC and 80. RGB value is (230,204,128). Sum of RGB (Red+Green+Blue) = 230+204+128=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CC80 is #19337F. Grayscale: #CBCBCB. Windows color (decimal): -1651584 or 8441062. OLE color: 8441062.
HSL color Cylindrical-coordinate representation of color #E6CC80: hue angle of 44.71º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6CC80 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 128 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.10 |
| HSL | 44.71º | 0.67% | 0.7% | - |
| HSV(B) | 44.71º | 0.44% | 0.9% | - |
| XYZ | 58.12 | 61.57 | 29.24 | - |
| YUV | 203.11 | 85.61 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 128 | 0 | 0.11 | 0.44 | 0.10 | 44.71 | 0.67 | 0.7 |
| Hex | E6 | CC | 80 | 0 | B | 2C | A | 2D | 43 | 46 |
| Octal | 346 | 314 | 200 | 0 | 13 | 54 | 12 | 55 | 103 | 106 |
| Binary | 11100110 | 11001100 | 10000000 | 0 | 1011 | 101100 | 1010 | 101101 | 1000011 | 1000110 |
Color Harmonies of #E6CC80
Complementary color
Monochromatic Colors of #E6CC80
Black with #E6CC80
Text Example
Text Example
White with #E6CC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CC80; }
p { color: rgb(230,204,128); }
H1.HeaderClassName
{
color: #E6CC80;
}
.AnyTagClassName
{
color: #E6CC80;
}
</style>
background-color css
<style>
a { background-color: #E6CC80; }
a { background-color: rgb(230,204,128); }
div.DivClassName
{
background-color: #E6CC80;
}
.BgClassName
{
background-color: #E6CC80;
}
</style>
border-color css
<style>
span { border-color: #E6CC80; }
span { border-color: rgb(230,204,128); }
td.TdClassName
{
border-color: #E6CC80;
}
.TagClassName
{
border-color: #E6CC80;
}
</style>