Shades of Marzipan #ECCD7A
Tints of Marzipan #ECCD7A
RGB
CMYK
RGB Variations
Color information
#ECCD7A (or 0xECCD7A) is known color: Marzipan. HEX triplet: EC, CD and 7A. RGB value is (236,205,122). Sum of RGB (Red+Green+Blue) = 236+205+122=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 122 (48.05% from 255 or 21.67% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCD7A is #133285. Grayscale: #CDCDCD. Windows color (decimal): -1258118 or 8048108. OLE color: 8048108.
HSL color Cylindrical-coordinate representation of color #ECCD7A: hue angle of 43.68º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECCD7A is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 122 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.07 |
| HSL | 43.68º | 0.75% | 0.7% | - |
| HSV(B) | 43.68º | 0.48% | 0.93% | - |
| XYZ | 59.94 | 62.9 | 27.39 | - |
| YUV | 204.81 | 81.27 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 122 | 0 | 0.13 | 0.48 | 0.07 | 43.68 | 0.75 | 0.7 |
| Hex | EC | CD | 7A | 0 | D | 30 | 7 | 2C | 4B | 46 |
| Octal | 354 | 315 | 172 | 0 | 15 | 60 | 7 | 54 | 113 | 106 |
| Binary | 11101100 | 11001101 | 1111010 | 0 | 1101 | 110000 | 111 | 101100 | 1001011 | 1000110 |
Color Harmonies of #ECCD7A
Complementary color
Monochromatic Colors of #ECCD7A
Black with #ECCD7A
Text Example
Text Example
White with #ECCD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD7A; }
p { color: rgb(236,205,122); }
H1.HeaderClassName
{
color: #ECCD7A;
}
.AnyTagClassName
{
color: #ECCD7A;
}
</style>
background-color css
<style>
a { background-color: #ECCD7A; }
a { background-color: rgb(236,205,122); }
div.DivClassName
{
background-color: #ECCD7A;
}
.BgClassName
{
background-color: #ECCD7A;
}
</style>
border-color css
<style>
span { border-color: #ECCD7A; }
span { border-color: rgb(236,205,122); }
td.TdClassName
{
border-color: #ECCD7A;
}
.TagClassName
{
border-color: #ECCD7A;
}
</style>