Shades of Marzipan #ECC874
Tints of Marzipan #ECC874
RGB
CMYK
RGB Variations
Color information
#ECC874 (or 0xECC874) is known color: Marzipan. HEX triplet: EC, C8 and 74. RGB value is (236,200,116). Sum of RGB (Red+Green+Blue) = 236+200+116=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 116 (45.70% from 255 or 21.01% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC874 is #13378B. Grayscale: #C9C9C9. Windows color (decimal): -1259404 or 7653612. OLE color: 7653612.
HSL color Cylindrical-coordinate representation of color #ECC874: hue angle of 42º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECC874 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 116 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.07 |
| HSL | 42º | 0.76% | 0.69% | - |
| HSV(B) | 42º | 0.51% | 0.93% | - |
| XYZ | 58.4 | 60.4 | 25.1 | - |
| YUV | 201.19 | 79.93 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 116 | 0 | 0.15 | 0.51 | 0.07 | 42 | 0.76 | 0.69 |
| Hex | EC | C8 | 74 | 0 | F | 33 | 7 | 2A | 4C | 45 |
| Octal | 354 | 310 | 164 | 0 | 17 | 63 | 7 | 52 | 114 | 105 |
| Binary | 11101100 | 11001000 | 1110100 | 0 | 1111 | 110011 | 111 | 101010 | 1001100 | 1000101 |
Color Harmonies of #ECC874
Complementary color
Monochromatic Colors of #ECC874
Black with #ECC874
Text Example
Text Example
White with #ECC874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC874; }
p { color: rgb(236,200,116); }
H1.HeaderClassName
{
color: #ECC874;
}
.AnyTagClassName
{
color: #ECC874;
}
</style>
background-color css
<style>
a { background-color: #ECC874; }
a { background-color: rgb(236,200,116); }
div.DivClassName
{
background-color: #ECC874;
}
.BgClassName
{
background-color: #ECC874;
}
</style>
border-color css
<style>
span { border-color: #ECC874; }
span { border-color: rgb(236,200,116); }
td.TdClassName
{
border-color: #ECC874;
}
.TagClassName
{
border-color: #ECC874;
}
</style>