Shades of Marzipan #ECCC8B
Tints of Marzipan #ECCC8B
RGB
CMYK
RGB Variations
Color information
#ECCC8B (or 0xECCC8B) is known color: Marzipan. HEX triplet: EC, CC and 8B. RGB value is (236,204,139). Sum of RGB (Red+Green+Blue) = 236+204+139=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 139 (54.69% from 255 or 24.01% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCC8B is #133374. Grayscale: #CECECE. Windows color (decimal): -1258357 or 9161964. OLE color: 9161964.
HSL color Cylindrical-coordinate representation of color #ECCC8B: hue angle of 40.21º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ECCC8B is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 139 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.07 |
| HSL | 40.21º | 0.72% | 0.74% | - |
| HSV(B) | 40.21º | 0.41% | 0.93% | - |
| XYZ | 60.85 | 62.88 | 33.36 | - |
| YUV | 206.16 | 90.1 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 139 | 0 | 0.14 | 0.41 | 0.07 | 40.21 | 0.72 | 0.74 |
| Hex | EC | CC | 8B | 0 | E | 29 | 7 | 28 | 48 | 4A |
| Octal | 354 | 314 | 213 | 0 | 16 | 51 | 7 | 50 | 110 | 112 |
| Binary | 11101100 | 11001100 | 10001011 | 0 | 1110 | 101001 | 111 | 101000 | 1001000 | 1001010 |
Color Harmonies of #ECCC8B
Complementary color
Monochromatic Colors of #ECCC8B
Black with #ECCC8B
Text Example
Text Example
White with #ECCC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC8B; }
p { color: rgb(236,204,139); }
H1.HeaderClassName
{
color: #ECCC8B;
}
.AnyTagClassName
{
color: #ECCC8B;
}
</style>
background-color css
<style>
a { background-color: #ECCC8B; }
a { background-color: rgb(236,204,139); }
div.DivClassName
{
background-color: #ECCC8B;
}
.BgClassName
{
background-color: #ECCC8B;
}
</style>
border-color css
<style>
span { border-color: #ECCC8B; }
span { border-color: rgb(236,204,139); }
td.TdClassName
{
border-color: #ECCC8B;
}
.TagClassName
{
border-color: #ECCC8B;
}
</style>