Shades of Marzipan #ECCD8A
Tints of Marzipan #ECCD8A
RGB
CMYK
RGB Variations
Color information
#ECCD8A (or 0xECCD8A) is known color: Marzipan. HEX triplet: EC, CD and 8A. RGB value is (236,205,138). Sum of RGB (Red+Green+Blue) = 236+205+138=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 138 (54.30% from 255 or 23.83% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCD8A is #133275. Grayscale: #CECECE. Windows color (decimal): -1258102 or 9096684. OLE color: 9096684.
HSL color Cylindrical-coordinate representation of color #ECCD8A: hue angle of 41.02º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ECCD8A is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 138 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.07 |
| HSL | 41.02º | 0.72% | 0.73% | - |
| HSV(B) | 41.02º | 0.42% | 0.93% | - |
| XYZ | 61.01 | 63.33 | 33.05 | - |
| YUV | 206.63 | 89.27 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 138 | 0 | 0.13 | 0.42 | 0.07 | 41.02 | 0.72 | 0.73 |
| Hex | EC | CD | 8A | 0 | D | 2A | 7 | 29 | 48 | 49 |
| Octal | 354 | 315 | 212 | 0 | 15 | 52 | 7 | 51 | 110 | 111 |
| Binary | 11101100 | 11001101 | 10001010 | 0 | 1101 | 101010 | 111 | 101001 | 1001000 | 1001001 |
Color Harmonies of #ECCD8A
Complementary color
Monochromatic Colors of #ECCD8A
Black with #ECCD8A
Text Example
Text Example
White with #ECCD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD8A; }
p { color: rgb(236,205,138); }
H1.HeaderClassName
{
color: #ECCD8A;
}
.AnyTagClassName
{
color: #ECCD8A;
}
</style>
background-color css
<style>
a { background-color: #ECCD8A; }
a { background-color: rgb(236,205,138); }
div.DivClassName
{
background-color: #ECCD8A;
}
.BgClassName
{
background-color: #ECCD8A;
}
</style>
border-color css
<style>
span { border-color: #ECCD8A; }
span { border-color: rgb(236,205,138); }
td.TdClassName
{
border-color: #ECCD8A;
}
.TagClassName
{
border-color: #ECCD8A;
}
</style>