Shades of Marzipan #ECC98A
Tints of Marzipan #ECC98A
RGB
CMYK
RGB Variations
Color information
#ECC98A (or 0xECC98A) is known color: Marzipan. HEX triplet: EC, C9 and 8A. RGB value is (236,201,138). Sum of RGB (Red+Green+Blue) = 236+201+138=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 138 (54.30% from 255 or 24% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC98A is #133675. Grayscale: #CCCCCC. Windows color (decimal): -1259126 or 9095660. OLE color: 9095660.
HSL color Cylindrical-coordinate representation of color #ECC98A: hue angle of 38.57º 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 #ECC98A is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 138 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.07 |
| HSL | 38.57º | 0.72% | 0.73% | - |
| HSV(B) | 38.57º | 0.42% | 0.93% | - |
| XYZ | 60.07 | 61.44 | 32.74 | - |
| YUV | 204.28 | 90.6 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 138 | 0 | 0.15 | 0.42 | 0.07 | 38.57 | 0.72 | 0.73 |
| Hex | EC | C9 | 8A | 0 | F | 2A | 7 | 27 | 48 | 49 |
| Octal | 354 | 311 | 212 | 0 | 17 | 52 | 7 | 47 | 110 | 111 |
| Binary | 11101100 | 11001001 | 10001010 | 0 | 1111 | 101010 | 111 | 100111 | 1001000 | 1001001 |
Color Harmonies of #ECC98A
Complementary color
Monochromatic Colors of #ECC98A
Black with #ECC98A
Text Example
Text Example
White with #ECC98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC98A; }
p { color: rgb(236,201,138); }
H1.HeaderClassName
{
color: #ECC98A;
}
.AnyTagClassName
{
color: #ECC98A;
}
</style>
background-color css
<style>
a { background-color: #ECC98A; }
a { background-color: rgb(236,201,138); }
div.DivClassName
{
background-color: #ECC98A;
}
.BgClassName
{
background-color: #ECC98A;
}
</style>
border-color css
<style>
span { border-color: #ECC98A; }
span { border-color: rgb(236,201,138); }
td.TdClassName
{
border-color: #ECC98A;
}
.TagClassName
{
border-color: #ECC98A;
}
</style>