Shades of Marzipan #ECC675
Tints of Marzipan #ECC675
RGB
CMYK
RGB Variations
Color information
#ECC675 (or 0xECC675) is known color: Marzipan. HEX triplet: EC, C6 and 75. RGB value is (236,198,117). Sum of RGB (Red+Green+Blue) = 236+198+117=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 117 (46.09% from 255 or 21.23% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC675 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC675 is #13398A. Grayscale: #C8C8C8. Windows color (decimal): -1259915 or 7718636. OLE color: 7718636.
HSL color Cylindrical-coordinate representation of color #ECC675: hue angle of 40.84º 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 #ECC675 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 117 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.07 |
| HSL | 40.84º | 0.76% | 0.69% | - |
| HSV(B) | 40.84º | 0.5% | 0.93% | - |
| XYZ | 58 | 59.51 | 25.26 | - |
| YUV | 200.13 | 81.09 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 117 | 0 | 0.16 | 0.50 | 0.07 | 40.84 | 0.76 | 0.69 |
| Hex | EC | C6 | 75 | 0 | 10 | 32 | 7 | 29 | 4C | 45 |
| Octal | 354 | 306 | 165 | 0 | 20 | 62 | 7 | 51 | 114 | 105 |
| Binary | 11101100 | 11000110 | 1110101 | 0 | 10000 | 110010 | 111 | 101001 | 1001100 | 1000101 |
Color Harmonies of #ECC675
Complementary color
Monochromatic Colors of #ECC675
Black with #ECC675
Text Example
Text Example
White with #ECC675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC675; }
p { color: rgb(236,198,117); }
H1.HeaderClassName
{
color: #ECC675;
}
.AnyTagClassName
{
color: #ECC675;
}
</style>
background-color css
<style>
a { background-color: #ECC675; }
a { background-color: rgb(236,198,117); }
div.DivClassName
{
background-color: #ECC675;
}
.BgClassName
{
background-color: #ECC675;
}
</style>
border-color css
<style>
span { border-color: #ECC675; }
span { border-color: rgb(236,198,117); }
td.TdClassName
{
border-color: #ECC675;
}
.TagClassName
{
border-color: #ECC675;
}
</style>