Shades of Marzipan #ECC88A
Tints of Marzipan #ECC88A
RGB
CMYK
RGB Variations
Color information
#ECC88A (or 0xECC88A) is known color: Marzipan. HEX triplet: EC, C8 and 8A. RGB value is (236,200,138). Sum of RGB (Red+Green+Blue) = 236+200+138=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 138 (54.30% from 255 or 24.04% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC88A is #133775. Grayscale: #CBCBCB. Windows color (decimal): -1259382 or 9095404. OLE color: 9095404.
HSL color Cylindrical-coordinate representation of color #ECC88A: hue angle of 37.96º 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 #ECC88A is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 138 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.07 |
| HSL | 37.96º | 0.72% | 0.73% | - |
| HSV(B) | 37.96º | 0.42% | 0.93% | - |
| XYZ | 59.83 | 60.98 | 32.66 | - |
| YUV | 203.7 | 90.93 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 138 | 0 | 0.15 | 0.42 | 0.07 | 37.96 | 0.72 | 0.73 |
| Hex | EC | C8 | 8A | 0 | F | 2A | 7 | 26 | 48 | 49 |
| Octal | 354 | 310 | 212 | 0 | 17 | 52 | 7 | 46 | 110 | 111 |
| Binary | 11101100 | 11001000 | 10001010 | 0 | 1111 | 101010 | 111 | 100110 | 1001000 | 1001001 |
Color Harmonies of #ECC88A
Complementary color
Monochromatic Colors of #ECC88A
Black with #ECC88A
Text Example
Text Example
White with #ECC88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC88A; }
p { color: rgb(236,200,138); }
H1.HeaderClassName
{
color: #ECC88A;
}
.AnyTagClassName
{
color: #ECC88A;
}
</style>
background-color css
<style>
a { background-color: #ECC88A; }
a { background-color: rgb(236,200,138); }
div.DivClassName
{
background-color: #ECC88A;
}
.BgClassName
{
background-color: #ECC88A;
}
</style>
border-color css
<style>
span { border-color: #ECC88A; }
span { border-color: rgb(236,200,138); }
td.TdClassName
{
border-color: #ECC88A;
}
.TagClassName
{
border-color: #ECC88A;
}
</style>