Shades of Marzipan #ECC67C
Tints of Marzipan #ECC67C
RGB
CMYK
RGB Variations
Color information
#ECC67C (or 0xECC67C) is known color: Marzipan. HEX triplet: EC, C6 and 7C. RGB value is (236,198,124). Sum of RGB (Red+Green+Blue) = 236+198+124=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 124 (48.83% from 255 or 22.22% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC67C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC67C is #133983. Grayscale: #C9C9C9. Windows color (decimal): -1259908 or 8177388. OLE color: 8177388.
HSL color Cylindrical-coordinate representation of color #ECC67C: hue angle of 39.64º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECC67C is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 124 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.07 |
| HSL | 39.64º | 0.75% | 0.71% | - |
| HSV(B) | 39.64º | 0.47% | 0.93% | - |
| XYZ | 58.42 | 59.68 | 27.51 | - |
| YUV | 200.93 | 84.59 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 124 | 0 | 0.16 | 0.47 | 0.07 | 39.64 | 0.75 | 0.71 |
| Hex | EC | C6 | 7C | 0 | 10 | 2F | 7 | 28 | 4B | 47 |
| Octal | 354 | 306 | 174 | 0 | 20 | 57 | 7 | 50 | 113 | 107 |
| Binary | 11101100 | 11000110 | 1111100 | 0 | 10000 | 101111 | 111 | 101000 | 1001011 | 1000111 |
Color Harmonies of #ECC67C
Complementary color
Monochromatic Colors of #ECC67C
Black with #ECC67C
Text Example
Text Example
White with #ECC67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC67C; }
p { color: rgb(236,198,124); }
H1.HeaderClassName
{
color: #ECC67C;
}
.AnyTagClassName
{
color: #ECC67C;
}
</style>
background-color css
<style>
a { background-color: #ECC67C; }
a { background-color: rgb(236,198,124); }
div.DivClassName
{
background-color: #ECC67C;
}
.BgClassName
{
background-color: #ECC67C;
}
</style>
border-color css
<style>
span { border-color: #ECC67C; }
span { border-color: rgb(236,198,124); }
td.TdClassName
{
border-color: #ECC67C;
}
.TagClassName
{
border-color: #ECC67C;
}
</style>