Shades of Marzipan #ECC77D
Tints of Marzipan #ECC77D
RGB
CMYK
RGB Variations
Color information
#ECC77D (or 0xECC77D) is known color: Marzipan. HEX triplet: EC, C7 and 7D. RGB value is (236,199,125). Sum of RGB (Red+Green+Blue) = 236+199+125=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 125 (49.22% from 255 or 22.32% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC77D is #133882. Grayscale: #C9C9C9. Windows color (decimal): -1259651 or 8243180. OLE color: 8243180.
HSL color Cylindrical-coordinate representation of color #ECC77D: hue angle of 40º 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 #ECC77D is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 125 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.07 |
| HSL | 40º | 0.74% | 0.71% | - |
| HSV(B) | 40º | 0.47% | 0.93% | - |
| XYZ | 58.72 | 60.16 | 27.92 | - |
| YUV | 201.63 | 84.76 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 125 | 0 | 0.16 | 0.47 | 0.07 | 40 | 0.74 | 0.71 |
| Hex | EC | C7 | 7D | 0 | 10 | 2F | 7 | 28 | 4A | 47 |
| Octal | 354 | 307 | 175 | 0 | 20 | 57 | 7 | 50 | 112 | 107 |
| Binary | 11101100 | 11000111 | 1111101 | 0 | 10000 | 101111 | 111 | 101000 | 1001010 | 1000111 |
Color Harmonies of #ECC77D
Complementary color
Monochromatic Colors of #ECC77D
Black with #ECC77D
Text Example
Text Example
White with #ECC77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC77D; }
p { color: rgb(236,199,125); }
H1.HeaderClassName
{
color: #ECC77D;
}
.AnyTagClassName
{
color: #ECC77D;
}
</style>
background-color css
<style>
a { background-color: #ECC77D; }
a { background-color: rgb(236,199,125); }
div.DivClassName
{
background-color: #ECC77D;
}
.BgClassName
{
background-color: #ECC77D;
}
</style>
border-color css
<style>
span { border-color: #ECC77D; }
span { border-color: rgb(236,199,125); }
td.TdClassName
{
border-color: #ECC77D;
}
.TagClassName
{
border-color: #ECC77D;
}
</style>