Shades of Marzipan #ECC775
Tints of Marzipan #ECC775
RGB
CMYK
RGB Variations
Color information
#ECC775 (or 0xECC775) is known color: Marzipan. HEX triplet: EC, C7 and 75. RGB value is (236,199,117). Sum of RGB (Red+Green+Blue) = 236+199+117=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 199 (78.12% from 255 or 36.05% from 552); Blue value is 117 (46.09% from 255 or 21.20% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC775 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC775 is #13388A. Grayscale: #C9C9C9. Windows color (decimal): -1259659 or 7718892. OLE color: 7718892.
HSL color Cylindrical-coordinate representation of color #ECC775: hue angle of 41.34º 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 #ECC775 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 117 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.07 |
| HSL | 41.34º | 0.76% | 0.69% | - |
| HSV(B) | 41.34º | 0.5% | 0.93% | - |
| XYZ | 58.23 | 59.96 | 25.33 | - |
| YUV | 200.72 | 80.76 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 117 | 0 | 0.16 | 0.50 | 0.07 | 41.34 | 0.76 | 0.69 |
| Hex | EC | C7 | 75 | 0 | 10 | 32 | 7 | 29 | 4C | 45 |
| Octal | 354 | 307 | 165 | 0 | 20 | 62 | 7 | 51 | 114 | 105 |
| Binary | 11101100 | 11000111 | 1110101 | 0 | 10000 | 110010 | 111 | 101001 | 1001100 | 1000101 |
Color Harmonies of #ECC775
Complementary color
Monochromatic Colors of #ECC775
Black with #ECC775
Text Example
Text Example
White with #ECC775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC775; }
p { color: rgb(236,199,117); }
H1.HeaderClassName
{
color: #ECC775;
}
.AnyTagClassName
{
color: #ECC775;
}
</style>
background-color css
<style>
a { background-color: #ECC775; }
a { background-color: rgb(236,199,117); }
div.DivClassName
{
background-color: #ECC775;
}
.BgClassName
{
background-color: #ECC775;
}
</style>
border-color css
<style>
span { border-color: #ECC775; }
span { border-color: rgb(236,199,117); }
td.TdClassName
{
border-color: #ECC775;
}
.TagClassName
{
border-color: #ECC775;
}
</style>