Shades of Marzipan #ECC98B
Tints of Marzipan #ECC98B
RGB
CMYK
RGB Variations
Color information
#ECC98B (or 0xECC98B) is known color: Marzipan. HEX triplet: EC, C9 and 8B. RGB value is (236,201,139). Sum of RGB (Red+Green+Blue) = 236+201+139=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 139 (54.69% from 255 or 24.13% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC98B is #133674. Grayscale: #CCCCCC. Windows color (decimal): -1259125 or 9161196. OLE color: 9161196.
HSL color Cylindrical-coordinate representation of color #ECC98B: hue angle of 38.35º 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 #ECC98B is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 139 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.07 |
| HSL | 38.35º | 0.72% | 0.74% | - |
| HSV(B) | 38.35º | 0.41% | 0.93% | - |
| XYZ | 60.14 | 61.47 | 33.12 | - |
| YUV | 204.4 | 91.1 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 139 | 0 | 0.15 | 0.41 | 0.07 | 38.35 | 0.72 | 0.74 |
| Hex | EC | C9 | 8B | 0 | F | 29 | 7 | 26 | 48 | 4A |
| Octal | 354 | 311 | 213 | 0 | 17 | 51 | 7 | 46 | 110 | 112 |
| Binary | 11101100 | 11001001 | 10001011 | 0 | 1111 | 101001 | 111 | 100110 | 1001000 | 1001010 |
Color Harmonies of #ECC98B
Complementary color
Monochromatic Colors of #ECC98B
Black with #ECC98B
Text Example
Text Example
White with #ECC98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC98B; }
p { color: rgb(236,201,139); }
H1.HeaderClassName
{
color: #ECC98B;
}
.AnyTagClassName
{
color: #ECC98B;
}
</style>
background-color css
<style>
a { background-color: #ECC98B; }
a { background-color: rgb(236,201,139); }
div.DivClassName
{
background-color: #ECC98B;
}
.BgClassName
{
background-color: #ECC98B;
}
</style>
border-color css
<style>
span { border-color: #ECC98B; }
span { border-color: rgb(236,201,139); }
td.TdClassName
{
border-color: #ECC98B;
}
.TagClassName
{
border-color: #ECC98B;
}
</style>