Shades of Marzipan #E6CC85
Tints of Marzipan #E6CC85
RGB
CMYK
RGB Variations
Color information
#E6CC85 (or 0xE6CC85) is known color: Marzipan. HEX triplet: E6, CC and 85. RGB value is (230,204,133). Sum of RGB (Red+Green+Blue) = 230+204+133=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 133 (52.34% from 255 or 23.46% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CC85 is #19337A. Grayscale: #CBCBCB. Windows color (decimal): -1651579 or 8768742. OLE color: 8768742.
HSL color Cylindrical-coordinate representation of color #E6CC85: hue angle of 43.92º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E6CC85 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 133 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.10 |
| HSL | 43.92º | 0.66% | 0.71% | - |
| HSV(B) | 43.92º | 0.42% | 0.9% | - |
| XYZ | 58.46 | 61.7 | 31.02 | - |
| YUV | 203.68 | 88.11 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 133 | 0 | 0.11 | 0.42 | 0.10 | 43.92 | 0.66 | 0.71 |
| Hex | E6 | CC | 85 | 0 | B | 2A | A | 2C | 42 | 47 |
| Octal | 346 | 314 | 205 | 0 | 13 | 52 | 12 | 54 | 102 | 107 |
| Binary | 11100110 | 11001100 | 10000101 | 0 | 1011 | 101010 | 1010 | 101100 | 1000010 | 1000111 |
Color Harmonies of #E6CC85
Complementary color
Monochromatic Colors of #E6CC85
Black with #E6CC85
Text Example
Text Example
White with #E6CC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CC85; }
p { color: rgb(230,204,133); }
H1.HeaderClassName
{
color: #E6CC85;
}
.AnyTagClassName
{
color: #E6CC85;
}
</style>
background-color css
<style>
a { background-color: #E6CC85; }
a { background-color: rgb(230,204,133); }
div.DivClassName
{
background-color: #E6CC85;
}
.BgClassName
{
background-color: #E6CC85;
}
</style>
border-color css
<style>
span { border-color: #E6CC85; }
span { border-color: rgb(230,204,133); }
td.TdClassName
{
border-color: #E6CC85;
}
.TagClassName
{
border-color: #E6CC85;
}
</style>