Shades of Marzipan #ECCE7D
Tints of Marzipan #ECCE7D
RGB
CMYK
RGB Variations
Color information
#ECCE7D (or 0xECCE7D) is known color: Marzipan. HEX triplet: EC, CE and 7D. RGB value is (236,206,125). Sum of RGB (Red+Green+Blue) = 236+206+125=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 125 (49.22% from 255 or 22.05% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCE7D is #133182. Grayscale: #CECECE. Windows color (decimal): -1257859 or 8244972. OLE color: 8244972.
HSL color Cylindrical-coordinate representation of color #ECCE7D: hue angle of 43.78º degrees, saturation: 0.74, 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 #ECCE7D is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 125 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.07 |
| HSL | 43.78º | 0.74% | 0.71% | - |
| HSV(B) | 43.78º | 0.47% | 0.93% | - |
| XYZ | 60.37 | 63.46 | 28.47 | - |
| YUV | 205.74 | 82.44 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 125 | 0 | 0.13 | 0.47 | 0.07 | 43.78 | 0.74 | 0.71 |
| Hex | EC | CE | 7D | 0 | D | 2F | 7 | 2C | 4A | 47 |
| Octal | 354 | 316 | 175 | 0 | 15 | 57 | 7 | 54 | 112 | 107 |
| Binary | 11101100 | 11001110 | 1111101 | 0 | 1101 | 101111 | 111 | 101100 | 1001010 | 1000111 |
Color Harmonies of #ECCE7D
Complementary color
Monochromatic Colors of #ECCE7D
Black with #ECCE7D
Text Example
Text Example
White with #ECCE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE7D; }
p { color: rgb(236,206,125); }
H1.HeaderClassName
{
color: #ECCE7D;
}
.AnyTagClassName
{
color: #ECCE7D;
}
</style>
background-color css
<style>
a { background-color: #ECCE7D; }
a { background-color: rgb(236,206,125); }
div.DivClassName
{
background-color: #ECCE7D;
}
.BgClassName
{
background-color: #ECCE7D;
}
</style>
border-color css
<style>
span { border-color: #ECCE7D; }
span { border-color: rgb(236,206,125); }
td.TdClassName
{
border-color: #ECCE7D;
}
.TagClassName
{
border-color: #ECCE7D;
}
</style>