Shades of Marzipan #ECC782
Tints of Marzipan #ECC782
RGB
CMYK
RGB Variations
Color information
#ECC782 (or 0xECC782) is known color: Marzipan. HEX triplet: EC, C7 and 82. RGB value is (236,199,130). Sum of RGB (Red+Green+Blue) = 236+199+130=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 130 (51.17% from 255 or 23.01% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC782 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC782 is #13387D. Grayscale: #CACACA. Windows color (decimal): -1259646 or 8570860. OLE color: 8570860.
HSL color Cylindrical-coordinate representation of color #ECC782: hue angle of 39.06º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ECC782 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 130 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.07 |
| HSL | 39.06º | 0.74% | 0.72% | - |
| HSV(B) | 39.06º | 0.45% | 0.93% | - |
| XYZ | 59.04 | 60.29 | 29.64 | - |
| YUV | 202.2 | 87.26 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 130 | 0 | 0.16 | 0.45 | 0.07 | 39.06 | 0.74 | 0.72 |
| Hex | EC | C7 | 82 | 0 | 10 | 2D | 7 | 27 | 4A | 48 |
| Octal | 354 | 307 | 202 | 0 | 20 | 55 | 7 | 47 | 112 | 110 |
| Binary | 11101100 | 11000111 | 10000010 | 0 | 10000 | 101101 | 111 | 100111 | 1001010 | 1001000 |
Color Harmonies of #ECC782
Complementary color
Monochromatic Colors of #ECC782
Black with #ECC782
Text Example
Text Example
White with #ECC782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC782; }
p { color: rgb(236,199,130); }
H1.HeaderClassName
{
color: #ECC782;
}
.AnyTagClassName
{
color: #ECC782;
}
</style>
background-color css
<style>
a { background-color: #ECC782; }
a { background-color: rgb(236,199,130); }
div.DivClassName
{
background-color: #ECC782;
}
.BgClassName
{
background-color: #ECC782;
}
</style>
border-color css
<style>
span { border-color: #ECC782; }
span { border-color: rgb(236,199,130); }
td.TdClassName
{
border-color: #ECC782;
}
.TagClassName
{
border-color: #ECC782;
}
</style>