Shades of Marzipan #ECC47B
Tints of Marzipan #ECC47B
RGB
CMYK
RGB Variations
Color information
#ECC47B (or 0xECC47B) is known color: Marzipan. HEX triplet: EC, C4 and 7B. RGB value is (236,196,123). Sum of RGB (Red+Green+Blue) = 236+196+123=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 123 (48.44% from 255 or 22.16% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC47B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC47B is #133B84. Grayscale: #C7C7C7. Windows color (decimal): -1260421 or 8111340. OLE color: 8111340.
HSL color Cylindrical-coordinate representation of color #ECC47B: hue angle of 38.76º 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 #ECC47B is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 123 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.07 |
| HSL | 38.76º | 0.75% | 0.7% | - |
| HSV(B) | 38.76º | 0.48% | 0.93% | - |
| XYZ | 57.91 | 58.74 | 27.03 | - |
| YUV | 199.64 | 84.75 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 123 | 0 | 0.17 | 0.48 | 0.07 | 38.76 | 0.75 | 0.7 |
| Hex | EC | C4 | 7B | 0 | 11 | 30 | 7 | 27 | 4B | 46 |
| Octal | 354 | 304 | 173 | 0 | 21 | 60 | 7 | 47 | 113 | 106 |
| Binary | 11101100 | 11000100 | 1111011 | 0 | 10001 | 110000 | 111 | 100111 | 1001011 | 1000110 |
Color Harmonies of #ECC47B
Complementary color
Monochromatic Colors of #ECC47B
Black with #ECC47B
Text Example
Text Example
White with #ECC47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC47B; }
p { color: rgb(236,196,123); }
H1.HeaderClassName
{
color: #ECC47B;
}
.AnyTagClassName
{
color: #ECC47B;
}
</style>
background-color css
<style>
a { background-color: #ECC47B; }
a { background-color: rgb(236,196,123); }
div.DivClassName
{
background-color: #ECC47B;
}
.BgClassName
{
background-color: #ECC47B;
}
</style>
border-color css
<style>
span { border-color: #ECC47B; }
span { border-color: rgb(236,196,123); }
td.TdClassName
{
border-color: #ECC47B;
}
.TagClassName
{
border-color: #ECC47B;
}
</style>