Shades of Marzipan #ECC67E
Tints of Marzipan #ECC67E
RGB
CMYK
RGB Variations
Color information
#ECC67E (or 0xECC67E) is known color: Marzipan. HEX triplet: EC, C6 and 7E. RGB value is (236,198,126). Sum of RGB (Red+Green+Blue) = 236+198+126=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 126 (49.61% from 255 or 22.5% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC67E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC67E is #133981. Grayscale: #C9C9C9. Windows color (decimal): -1259906 or 8308460. OLE color: 8308460.
HSL color Cylindrical-coordinate representation of color #ECC67E: hue angle of 39.27º 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 #ECC67E is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 126 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.07 |
| HSL | 39.27º | 0.74% | 0.71% | - |
| HSV(B) | 39.27º | 0.47% | 0.93% | - |
| XYZ | 58.55 | 59.73 | 28.18 | - |
| YUV | 201.15 | 85.59 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 126 | 0 | 0.16 | 0.47 | 0.07 | 39.27 | 0.74 | 0.71 |
| Hex | EC | C6 | 7E | 0 | 10 | 2F | 7 | 27 | 4A | 47 |
| Octal | 354 | 306 | 176 | 0 | 20 | 57 | 7 | 47 | 112 | 107 |
| Binary | 11101100 | 11000110 | 1111110 | 0 | 10000 | 101111 | 111 | 100111 | 1001010 | 1000111 |
Color Harmonies of #ECC67E
Complementary color
Monochromatic Colors of #ECC67E
Black with #ECC67E
Text Example
Text Example
White with #ECC67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC67E; }
p { color: rgb(236,198,126); }
H1.HeaderClassName
{
color: #ECC67E;
}
.AnyTagClassName
{
color: #ECC67E;
}
</style>
background-color css
<style>
a { background-color: #ECC67E; }
a { background-color: rgb(236,198,126); }
div.DivClassName
{
background-color: #ECC67E;
}
.BgClassName
{
background-color: #ECC67E;
}
</style>
border-color css
<style>
span { border-color: #ECC67E; }
span { border-color: rgb(236,198,126); }
td.TdClassName
{
border-color: #ECC67E;
}
.TagClassName
{
border-color: #ECC67E;
}
</style>