Shades of Marzipan #E6CA84
Tints of Marzipan #E6CA84
RGB
CMYK
RGB Variations
Color information
#E6CA84 (or 0xE6CA84) is known color: Marzipan. HEX triplet: E6, CA and 84. RGB value is (230,202,132). Sum of RGB (Red+Green+Blue) = 230+202+132=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 132 (51.95% from 255 or 23.40% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CA84 is #19357B. Grayscale: #CACACA. Windows color (decimal): -1652092 or 8702694. OLE color: 8702694.
HSL color Cylindrical-coordinate representation of color #E6CA84: hue angle of 42.86º degrees, saturation: 0.66, 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 #E6CA84 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 202 | 132 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.10 |
| HSL | 42.86º | 0.66% | 0.71% | - |
| HSV(B) | 42.86º | 0.43% | 0.9% | - |
| XYZ | 57.92 | 60.73 | 30.5 | - |
| YUV | 202.39 | 88.28 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 202 | 132 | 0 | 0.12 | 0.43 | 0.10 | 42.86 | 0.66 | 0.71 |
| Hex | E6 | CA | 84 | 0 | C | 2B | A | 2B | 42 | 47 |
| Octal | 346 | 312 | 204 | 0 | 14 | 53 | 12 | 53 | 102 | 107 |
| Binary | 11100110 | 11001010 | 10000100 | 0 | 1100 | 101011 | 1010 | 101011 | 1000010 | 1000111 |
Color Harmonies of #E6CA84
Complementary color
Monochromatic Colors of #E6CA84
Black with #E6CA84
Text Example
Text Example
White with #E6CA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CA84; }
p { color: rgb(230,202,132); }
H1.HeaderClassName
{
color: #E6CA84;
}
.AnyTagClassName
{
color: #E6CA84;
}
</style>
background-color css
<style>
a { background-color: #E6CA84; }
a { background-color: rgb(230,202,132); }
div.DivClassName
{
background-color: #E6CA84;
}
.BgClassName
{
background-color: #E6CA84;
}
</style>
border-color css
<style>
span { border-color: #E6CA84; }
span { border-color: rgb(230,202,132); }
td.TdClassName
{
border-color: #E6CA84;
}
.TagClassName
{
border-color: #E6CA84;
}
</style>