Shades of Marzipan #ECC47A
Tints of Marzipan #ECC47A
RGB
CMYK
RGB Variations
Color information
#ECC47A (or 0xECC47A) is known color: Marzipan. HEX triplet: EC, C4 and 7A. RGB value is (236,196,122). Sum of RGB (Red+Green+Blue) = 236+196+122=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 122 (48.05% from 255 or 22.02% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC47A is #133B85. Grayscale: #C7C7C7. Windows color (decimal): -1260422 or 8045804. OLE color: 8045804.
HSL color Cylindrical-coordinate representation of color #ECC47A: hue angle of 38.95º 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 #ECC47A is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 122 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.07 |
| HSL | 38.95º | 0.75% | 0.7% | - |
| HSV(B) | 38.95º | 0.48% | 0.93% | - |
| XYZ | 57.84 | 58.72 | 26.7 | - |
| YUV | 199.52 | 84.25 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 122 | 0 | 0.17 | 0.48 | 0.07 | 38.95 | 0.75 | 0.7 |
| Hex | EC | C4 | 7A | 0 | 11 | 30 | 7 | 27 | 4B | 46 |
| Octal | 354 | 304 | 172 | 0 | 21 | 60 | 7 | 47 | 113 | 106 |
| Binary | 11101100 | 11000100 | 1111010 | 0 | 10001 | 110000 | 111 | 100111 | 1001011 | 1000110 |
Color Harmonies of #ECC47A
Complementary color
Monochromatic Colors of #ECC47A
Black with #ECC47A
Text Example
Text Example
White with #ECC47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC47A; }
p { color: rgb(236,196,122); }
H1.HeaderClassName
{
color: #ECC47A;
}
.AnyTagClassName
{
color: #ECC47A;
}
</style>
background-color css
<style>
a { background-color: #ECC47A; }
a { background-color: rgb(236,196,122); }
div.DivClassName
{
background-color: #ECC47A;
}
.BgClassName
{
background-color: #ECC47A;
}
</style>
border-color css
<style>
span { border-color: #ECC47A; }
span { border-color: rgb(236,196,122); }
td.TdClassName
{
border-color: #ECC47A;
}
.TagClassName
{
border-color: #ECC47A;
}
</style>