Shades of Marzipan #ECCF7A
Tints of Marzipan #ECCF7A
RGB
CMYK
RGB Variations
Color information
#ECCF7A (or 0xECCF7A) is known color: Marzipan. HEX triplet: EC, CF and 7A. RGB value is (236,207,122). Sum of RGB (Red+Green+Blue) = 236+207+122=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 122 (48.05% from 255 or 21.59% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCF7A is #133085. Grayscale: #CECECE. Windows color (decimal): -1257606 or 8048620. OLE color: 8048620.
HSL color Cylindrical-coordinate representation of color #ECCF7A: hue angle of 44.74º 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 #ECCF7A is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 122 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.07 |
| HSL | 44.74º | 0.75% | 0.7% | - |
| HSV(B) | 44.74º | 0.48% | 0.93% | - |
| XYZ | 60.42 | 63.86 | 27.55 | - |
| YUV | 205.98 | 80.61 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 122 | 0 | 0.12 | 0.48 | 0.07 | 44.74 | 0.75 | 0.7 |
| Hex | EC | CF | 7A | 0 | C | 30 | 7 | 2D | 4B | 46 |
| Octal | 354 | 317 | 172 | 0 | 14 | 60 | 7 | 55 | 113 | 106 |
| Binary | 11101100 | 11001111 | 1111010 | 0 | 1100 | 110000 | 111 | 101101 | 1001011 | 1000110 |
Color Harmonies of #ECCF7A
Complementary color
Monochromatic Colors of #ECCF7A
Black with #ECCF7A
Text Example
Text Example
White with #ECCF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF7A; }
p { color: rgb(236,207,122); }
H1.HeaderClassName
{
color: #ECCF7A;
}
.AnyTagClassName
{
color: #ECCF7A;
}
</style>
background-color css
<style>
a { background-color: #ECCF7A; }
a { background-color: rgb(236,207,122); }
div.DivClassName
{
background-color: #ECCF7A;
}
.BgClassName
{
background-color: #ECCF7A;
}
</style>
border-color css
<style>
span { border-color: #ECCF7A; }
span { border-color: rgb(236,207,122); }
td.TdClassName
{
border-color: #ECCF7A;
}
.TagClassName
{
border-color: #ECCF7A;
}
</style>