Shades of Marzipan #ECC681
Tints of Marzipan #ECC681
RGB
CMYK
RGB Variations
Color information
#ECC681 (or 0xECC681) is known color: Marzipan. HEX triplet: EC, C6 and 81. RGB value is (236,198,129). Sum of RGB (Red+Green+Blue) = 236+198+129=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 129 (50.78% from 255 or 22.91% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC681 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC681 is #13397E. Grayscale: #C9C9C9. Windows color (decimal): -1259903 or 8505068. OLE color: 8505068.
HSL color Cylindrical-coordinate representation of color #ECC681: hue angle of 38.69º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ECC681 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 129 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.07 |
| HSL | 38.69º | 0.74% | 0.72% | - |
| HSV(B) | 38.69º | 0.45% | 0.93% | - |
| XYZ | 58.75 | 59.81 | 29.22 | - |
| YUV | 201.5 | 87.09 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 129 | 0 | 0.16 | 0.45 | 0.07 | 38.69 | 0.74 | 0.72 |
| Hex | EC | C6 | 81 | 0 | 10 | 2D | 7 | 27 | 4A | 48 |
| Octal | 354 | 306 | 201 | 0 | 20 | 55 | 7 | 47 | 112 | 110 |
| Binary | 11101100 | 11000110 | 10000001 | 0 | 10000 | 101101 | 111 | 100111 | 1001010 | 1001000 |
Color Harmonies of #ECC681
Complementary color
Monochromatic Colors of #ECC681
Black with #ECC681
Text Example
Text Example
White with #ECC681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC681; }
p { color: rgb(236,198,129); }
H1.HeaderClassName
{
color: #ECC681;
}
.AnyTagClassName
{
color: #ECC681;
}
</style>
background-color css
<style>
a { background-color: #ECC681; }
a { background-color: rgb(236,198,129); }
div.DivClassName
{
background-color: #ECC681;
}
.BgClassName
{
background-color: #ECC681;
}
</style>
border-color css
<style>
span { border-color: #ECC681; }
span { border-color: rgb(236,198,129); }
td.TdClassName
{
border-color: #ECC681;
}
.TagClassName
{
border-color: #ECC681;
}
</style>