Shades of Marzipan #ECC37E
Tints of Marzipan #ECC37E
RGB
CMYK
RGB Variations
Color information
#ECC37E (or 0xECC37E) is known color: Marzipan. HEX triplet: EC, C3 and 7E. RGB value is (236,195,126). Sum of RGB (Red+Green+Blue) = 236+195+126=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 126 (49.61% from 255 or 22.62% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC37E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC37E is #133C81. Grayscale: #C7C7C7. Windows color (decimal): -1260674 or 8307692. OLE color: 8307692.
HSL color Cylindrical-coordinate representation of color #ECC37E: hue angle of 37.64º 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 #ECC37E is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 126 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.07 |
| HSL | 37.64º | 0.74% | 0.71% | - |
| HSV(B) | 37.64º | 0.47% | 0.93% | - |
| XYZ | 57.87 | 58.37 | 27.95 | - |
| YUV | 199.39 | 86.58 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 126 | 0 | 0.17 | 0.47 | 0.07 | 37.64 | 0.74 | 0.71 |
| Hex | EC | C3 | 7E | 0 | 11 | 2F | 7 | 26 | 4A | 47 |
| Octal | 354 | 303 | 176 | 0 | 21 | 57 | 7 | 46 | 112 | 107 |
| Binary | 11101100 | 11000011 | 1111110 | 0 | 10001 | 101111 | 111 | 100110 | 1001010 | 1000111 |
Color Harmonies of #ECC37E
Complementary color
Monochromatic Colors of #ECC37E
Black with #ECC37E
Text Example
Text Example
White with #ECC37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC37E; }
p { color: rgb(236,195,126); }
H1.HeaderClassName
{
color: #ECC37E;
}
.AnyTagClassName
{
color: #ECC37E;
}
</style>
background-color css
<style>
a { background-color: #ECC37E; }
a { background-color: rgb(236,195,126); }
div.DivClassName
{
background-color: #ECC37E;
}
.BgClassName
{
background-color: #ECC37E;
}
</style>
border-color css
<style>
span { border-color: #ECC37E; }
span { border-color: rgb(236,195,126); }
td.TdClassName
{
border-color: #ECC37E;
}
.TagClassName
{
border-color: #ECC37E;
}
</style>