Shades of Marzipan #ECC67D
Tints of Marzipan #ECC67D
RGB
CMYK
RGB Variations
Color information
#ECC67D (or 0xECC67D) is known color: Marzipan. HEX triplet: EC, C6 and 7D. RGB value is (236,198,125). Sum of RGB (Red+Green+Blue) = 236+198+125=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 125 (49.22% from 255 or 22.36% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC67D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC67D is #133982. Grayscale: #C9C9C9. Windows color (decimal): -1259907 or 8242924. OLE color: 8242924.
HSL color Cylindrical-coordinate representation of color #ECC67D: hue angle of 39.46º 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 #ECC67D is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 125 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.07 |
| HSL | 39.46º | 0.74% | 0.71% | - |
| HSV(B) | 39.46º | 0.47% | 0.93% | - |
| XYZ | 58.49 | 59.7 | 27.84 | - |
| YUV | 201.04 | 85.09 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 125 | 0 | 0.16 | 0.47 | 0.07 | 39.46 | 0.74 | 0.71 |
| Hex | EC | C6 | 7D | 0 | 10 | 2F | 7 | 27 | 4A | 47 |
| Octal | 354 | 306 | 175 | 0 | 20 | 57 | 7 | 47 | 112 | 107 |
| Binary | 11101100 | 11000110 | 1111101 | 0 | 10000 | 101111 | 111 | 100111 | 1001010 | 1000111 |
Color Harmonies of #ECC67D
Complementary color
Monochromatic Colors of #ECC67D
Black with #ECC67D
Text Example
Text Example
White with #ECC67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC67D; }
p { color: rgb(236,198,125); }
H1.HeaderClassName
{
color: #ECC67D;
}
.AnyTagClassName
{
color: #ECC67D;
}
</style>
background-color css
<style>
a { background-color: #ECC67D; }
a { background-color: rgb(236,198,125); }
div.DivClassName
{
background-color: #ECC67D;
}
.BgClassName
{
background-color: #ECC67D;
}
</style>
border-color css
<style>
span { border-color: #ECC67D; }
span { border-color: rgb(236,198,125); }
td.TdClassName
{
border-color: #ECC67D;
}
.TagClassName
{
border-color: #ECC67D;
}
</style>