Shades of Marzipan #ECC17E
Tints of Marzipan #ECC17E
RGB
CMYK
RGB Variations
Color information
#ECC17E (or 0xECC17E) is known color: Marzipan. HEX triplet: EC, C1 and 7E. RGB value is (236,193,126). Sum of RGB (Red+Green+Blue) = 236+193+126=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 126 (49.61% from 255 or 22.70% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC17E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC17E is #133E81. Grayscale: #C6C6C6. Windows color (decimal): -1261186 or 8307180. OLE color: 8307180.
HSL color Cylindrical-coordinate representation of color #ECC17E: hue angle of 36.55º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECC17E is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 126 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.07 |
| HSL | 36.55º | 0.74% | 0.71% | - |
| HSV(B) | 36.55º | 0.47% | 0.93% | - |
| XYZ | 57.43 | 57.48 | 27.81 | - |
| YUV | 198.22 | 87.25 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 126 | 0 | 0.18 | 0.47 | 0.07 | 36.55 | 0.74 | 0.71 |
| Hex | EC | C1 | 7E | 0 | 12 | 2F | 7 | 25 | 4A | 47 |
| Octal | 354 | 301 | 176 | 0 | 22 | 57 | 7 | 45 | 112 | 107 |
| Binary | 11101100 | 11000001 | 1111110 | 0 | 10010 | 101111 | 111 | 100101 | 1001010 | 1000111 |
Color Harmonies of #ECC17E
Complementary color
Monochromatic Colors of #ECC17E
Black with #ECC17E
Text Example
Text Example
White with #ECC17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC17E; }
p { color: rgb(236,193,126); }
H1.HeaderClassName
{
color: #ECC17E;
}
.AnyTagClassName
{
color: #ECC17E;
}
</style>
background-color css
<style>
a { background-color: #ECC17E; }
a { background-color: rgb(236,193,126); }
div.DivClassName
{
background-color: #ECC17E;
}
.BgClassName
{
background-color: #ECC17E;
}
</style>
border-color css
<style>
span { border-color: #ECC17E; }
span { border-color: rgb(236,193,126); }
td.TdClassName
{
border-color: #ECC17E;
}
.TagClassName
{
border-color: #ECC17E;
}
</style>