Shades of Marzipan #E6CC82
Tints of Marzipan #E6CC82
RGB
CMYK
RGB Variations
Color information
#E6CC82 (or 0xE6CC82) is known color: Marzipan. HEX triplet: E6, CC and 82. RGB value is (230,204,130). Sum of RGB (Red+Green+Blue) = 230+204+130=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 130 (51.17% from 255 or 23.05% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CC82 is #19337D. Grayscale: #CBCBCB. Windows color (decimal): -1651582 or 8572134. OLE color: 8572134.
HSL color Cylindrical-coordinate representation of color #E6CC82: hue angle of 44.4º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E6CC82 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 130 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.10 |
| HSL | 44.4º | 0.67% | 0.71% | - |
| HSV(B) | 44.4º | 0.43% | 0.9% | - |
| XYZ | 58.26 | 61.62 | 29.94 | - |
| YUV | 203.34 | 86.61 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 130 | 0 | 0.11 | 0.43 | 0.10 | 44.4 | 0.67 | 0.71 |
| Hex | E6 | CC | 82 | 0 | B | 2B | A | 2C | 43 | 47 |
| Octal | 346 | 314 | 202 | 0 | 13 | 53 | 12 | 54 | 103 | 107 |
| Binary | 11100110 | 11001100 | 10000010 | 0 | 1011 | 101011 | 1010 | 101100 | 1000011 | 1000111 |
Color Harmonies of #E6CC82
Complementary color
Monochromatic Colors of #E6CC82
Black with #E6CC82
Text Example
Text Example
White with #E6CC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CC82; }
p { color: rgb(230,204,130); }
H1.HeaderClassName
{
color: #E6CC82;
}
.AnyTagClassName
{
color: #E6CC82;
}
</style>
background-color css
<style>
a { background-color: #E6CC82; }
a { background-color: rgb(230,204,130); }
div.DivClassName
{
background-color: #E6CC82;
}
.BgClassName
{
background-color: #E6CC82;
}
</style>
border-color css
<style>
span { border-color: #E6CC82; }
span { border-color: rgb(230,204,130); }
td.TdClassName
{
border-color: #E6CC82;
}
.TagClassName
{
border-color: #E6CC82;
}
</style>