Shades of Marzipan #ECC37D
Tints of Marzipan #ECC37D
RGB
CMYK
RGB Variations
Color information
#ECC37D (or 0xECC37D) is known color: Marzipan. HEX triplet: EC, C3 and 7D. RGB value is (236,195,125). Sum of RGB (Red+Green+Blue) = 236+195+125=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 125 (49.22% from 255 or 22.48% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC37D is #133C82. Grayscale: #C7C7C7. Windows color (decimal): -1260675 or 8242156. OLE color: 8242156.
HSL color Cylindrical-coordinate representation of color #ECC37D: hue angle of 37.84º 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 #ECC37D is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 125 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.07 |
| HSL | 37.84º | 0.74% | 0.71% | - |
| HSV(B) | 37.84º | 0.47% | 0.93% | - |
| XYZ | 57.81 | 58.34 | 27.62 | - |
| YUV | 199.28 | 86.08 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 125 | 0 | 0.17 | 0.47 | 0.07 | 37.84 | 0.74 | 0.71 |
| Hex | EC | C3 | 7D | 0 | 11 | 2F | 7 | 26 | 4A | 47 |
| Octal | 354 | 303 | 175 | 0 | 21 | 57 | 7 | 46 | 112 | 107 |
| Binary | 11101100 | 11000011 | 1111101 | 0 | 10001 | 101111 | 111 | 100110 | 1001010 | 1000111 |
Color Harmonies of #ECC37D
Complementary color
Monochromatic Colors of #ECC37D
Black with #ECC37D
Text Example
Text Example
White with #ECC37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC37D; }
p { color: rgb(236,195,125); }
H1.HeaderClassName
{
color: #ECC37D;
}
.AnyTagClassName
{
color: #ECC37D;
}
</style>
background-color css
<style>
a { background-color: #ECC37D; }
a { background-color: rgb(236,195,125); }
div.DivClassName
{
background-color: #ECC37D;
}
.BgClassName
{
background-color: #ECC37D;
}
</style>
border-color css
<style>
span { border-color: #ECC37D; }
span { border-color: rgb(236,195,125); }
td.TdClassName
{
border-color: #ECC37D;
}
.TagClassName
{
border-color: #ECC37D;
}
</style>