Shades of Marzipan #ECCF8B
Tints of Marzipan #ECCF8B
RGB
CMYK
RGB Variations
Color information
#ECCF8B (or 0xECCF8B) is known color: Marzipan. HEX triplet: EC, CF and 8B. RGB value is (236,207,139). Sum of RGB (Red+Green+Blue) = 236+207+139=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 139 (54.69% from 255 or 23.88% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCF8B is #133074. Grayscale: #D0D0D0. Windows color (decimal): -1257589 or 9162732. OLE color: 9162732.
HSL color Cylindrical-coordinate representation of color #ECCF8B: hue angle of 42.06º 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 #ECCF8B is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 139 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.07 |
| HSL | 42.06º | 0.72% | 0.74% | - |
| HSV(B) | 42.06º | 0.41% | 0.93% | - |
| XYZ | 61.57 | 64.32 | 33.6 | - |
| YUV | 207.92 | 89.11 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 139 | 0 | 0.12 | 0.41 | 0.07 | 42.06 | 0.72 | 0.74 |
| Hex | EC | CF | 8B | 0 | C | 29 | 7 | 2A | 48 | 4A |
| Octal | 354 | 317 | 213 | 0 | 14 | 51 | 7 | 52 | 110 | 112 |
| Binary | 11101100 | 11001111 | 10001011 | 0 | 1100 | 101001 | 111 | 101010 | 1001000 | 1001010 |
Color Harmonies of #ECCF8B
Complementary color
Monochromatic Colors of #ECCF8B
Black with #ECCF8B
Text Example
Text Example
White with #ECCF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF8B; }
p { color: rgb(236,207,139); }
H1.HeaderClassName
{
color: #ECCF8B;
}
.AnyTagClassName
{
color: #ECCF8B;
}
</style>
background-color css
<style>
a { background-color: #ECCF8B; }
a { background-color: rgb(236,207,139); }
div.DivClassName
{
background-color: #ECCF8B;
}
.BgClassName
{
background-color: #ECCF8B;
}
</style>
border-color css
<style>
span { border-color: #ECCF8B; }
span { border-color: rgb(236,207,139); }
td.TdClassName
{
border-color: #ECCF8B;
}
.TagClassName
{
border-color: #ECCF8B;
}
</style>