Shades of Marzipan #ECCC7D
Tints of Marzipan #ECCC7D
RGB
CMYK
RGB Variations
Color information
#ECCC7D (or 0xECCC7D) is known color: Marzipan. HEX triplet: EC, CC and 7D. RGB value is (236,204,125). Sum of RGB (Red+Green+Blue) = 236+204+125=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 125 (49.22% from 255 or 22.12% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC7D is #133382. Grayscale: #CCCCCC. Windows color (decimal): -1258371 or 8244460. OLE color: 8244460.
HSL color Cylindrical-coordinate representation of color #ECCC7D: hue angle of 42.7º 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 #ECCC7D is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 125 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.07 |
| HSL | 42.7º | 0.74% | 0.71% | - |
| HSV(B) | 42.7º | 0.47% | 0.93% | - |
| XYZ | 59.89 | 62.5 | 28.31 | - |
| YUV | 204.56 | 83.1 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 125 | 0 | 0.14 | 0.47 | 0.07 | 42.7 | 0.74 | 0.71 |
| Hex | EC | CC | 7D | 0 | E | 2F | 7 | 2B | 4A | 47 |
| Octal | 354 | 314 | 175 | 0 | 16 | 57 | 7 | 53 | 112 | 107 |
| Binary | 11101100 | 11001100 | 1111101 | 0 | 1110 | 101111 | 111 | 101011 | 1001010 | 1000111 |
Color Harmonies of #ECCC7D
Complementary color
Monochromatic Colors of #ECCC7D
Black with #ECCC7D
Text Example
Text Example
White with #ECCC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC7D; }
p { color: rgb(236,204,125); }
H1.HeaderClassName
{
color: #ECCC7D;
}
.AnyTagClassName
{
color: #ECCC7D;
}
</style>
background-color css
<style>
a { background-color: #ECCC7D; }
a { background-color: rgb(236,204,125); }
div.DivClassName
{
background-color: #ECCC7D;
}
.BgClassName
{
background-color: #ECCC7D;
}
</style>
border-color css
<style>
span { border-color: #ECCC7D; }
span { border-color: rgb(236,204,125); }
td.TdClassName
{
border-color: #ECCC7D;
}
.TagClassName
{
border-color: #ECCC7D;
}
</style>