Shades of Marzipan #ECC875
Tints of Marzipan #ECC875
RGB
CMYK
RGB Variations
Color information
#ECC875 (or 0xECC875) is known color: Marzipan. HEX triplet: EC, C8 and 75. RGB value is (236,200,117). Sum of RGB (Red+Green+Blue) = 236+200+117=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 117 (46.09% from 255 or 21.16% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC875 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC875 is #13378A. Grayscale: #C9C9C9. Windows color (decimal): -1259403 or 7719148. OLE color: 7719148.
HSL color Cylindrical-coordinate representation of color #ECC875: hue angle of 41.85º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECC875 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 117 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.07 |
| HSL | 41.85º | 0.76% | 0.69% | - |
| HSV(B) | 41.85º | 0.5% | 0.93% | - |
| XYZ | 58.46 | 60.43 | 25.41 | - |
| YUV | 201.3 | 80.43 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 117 | 0 | 0.15 | 0.50 | 0.07 | 41.85 | 0.76 | 0.69 |
| Hex | EC | C8 | 75 | 0 | F | 32 | 7 | 2A | 4C | 45 |
| Octal | 354 | 310 | 165 | 0 | 17 | 62 | 7 | 52 | 114 | 105 |
| Binary | 11101100 | 11001000 | 1110101 | 0 | 1111 | 110010 | 111 | 101010 | 1001100 | 1000101 |
Color Harmonies of #ECC875
Complementary color
Monochromatic Colors of #ECC875
Black with #ECC875
Text Example
Text Example
White with #ECC875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC875; }
p { color: rgb(236,200,117); }
H1.HeaderClassName
{
color: #ECC875;
}
.AnyTagClassName
{
color: #ECC875;
}
</style>
background-color css
<style>
a { background-color: #ECC875; }
a { background-color: rgb(236,200,117); }
div.DivClassName
{
background-color: #ECC875;
}
.BgClassName
{
background-color: #ECC875;
}
</style>
border-color css
<style>
span { border-color: #ECC875; }
span { border-color: rgb(236,200,117); }
td.TdClassName
{
border-color: #ECC875;
}
.TagClassName
{
border-color: #ECC875;
}
</style>