Shades of Marzipan #ECC683
Tints of Marzipan #ECC683
RGB
CMYK
RGB Variations
Color information
#ECC683 (or 0xECC683) is known color: Marzipan. HEX triplet: EC, C6 and 83. RGB value is (236,198,131). Sum of RGB (Red+Green+Blue) = 236+198+131=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 131 (51.56% from 255 or 23.19% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC683 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC683 is #13397C. Grayscale: #CACACA. Windows color (decimal): -1259901 or 8636140. OLE color: 8636140.
HSL color Cylindrical-coordinate representation of color #ECC683: hue angle of 38.29º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECC683 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 131 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.07 |
| HSL | 38.29º | 0.73% | 0.72% | - |
| HSV(B) | 38.29º | 0.44% | 0.93% | - |
| XYZ | 58.88 | 59.86 | 29.92 | - |
| YUV | 201.72 | 88.09 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 131 | 0 | 0.16 | 0.44 | 0.07 | 38.29 | 0.73 | 0.72 |
| Hex | EC | C6 | 83 | 0 | 10 | 2C | 7 | 26 | 49 | 48 |
| Octal | 354 | 306 | 203 | 0 | 20 | 54 | 7 | 46 | 111 | 110 |
| Binary | 11101100 | 11000110 | 10000011 | 0 | 10000 | 101100 | 111 | 100110 | 1001001 | 1001000 |
Color Harmonies of #ECC683
Complementary color
Monochromatic Colors of #ECC683
Black with #ECC683
Text Example
Text Example
White with #ECC683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC683; }
p { color: rgb(236,198,131); }
H1.HeaderClassName
{
color: #ECC683;
}
.AnyTagClassName
{
color: #ECC683;
}
</style>
background-color css
<style>
a { background-color: #ECC683; }
a { background-color: rgb(236,198,131); }
div.DivClassName
{
background-color: #ECC683;
}
.BgClassName
{
background-color: #ECC683;
}
</style>
border-color css
<style>
span { border-color: #ECC683; }
span { border-color: rgb(236,198,131); }
td.TdClassName
{
border-color: #ECC683;
}
.TagClassName
{
border-color: #ECC683;
}
</style>