Shades of Marzipan #EDCC86
Tints of Marzipan #EDCC86
RGB
CMYK
RGB Variations
Color information
#EDCC86 (or 0xEDCC86) is known color: Marzipan. HEX triplet: ED, CC and 86. RGB value is (237,204,134). Sum of RGB (Red+Green+Blue) = 237+204+134=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 134 (52.73% from 255 or 23.30% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCC86 is #123379. Grayscale: #CECECE. Windows color (decimal): -1192826 or 8834285. OLE color: 8834285.
HSL color Cylindrical-coordinate representation of color #EDCC86: hue angle of 40.78º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDCC86 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 134 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.07 |
| HSL | 40.78º | 0.74% | 0.73% | - |
| HSV(B) | 40.78º | 0.43% | 0.93% | - |
| XYZ | 60.82 | 62.91 | 31.49 | - |
| YUV | 205.89 | 87.43 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 134 | 0 | 0.14 | 0.43 | 0.07 | 40.78 | 0.74 | 0.73 |
| Hex | ED | CC | 86 | 0 | E | 2B | 7 | 29 | 4A | 49 |
| Octal | 355 | 314 | 206 | 0 | 16 | 53 | 7 | 51 | 112 | 111 |
| Binary | 11101101 | 11001100 | 10000110 | 0 | 1110 | 101011 | 111 | 101001 | 1001010 | 1001001 |
Color Harmonies of #EDCC86
Complementary color
Monochromatic Colors of #EDCC86
Black with #EDCC86
Text Example
Text Example
White with #EDCC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCC86; }
p { color: rgb(237,204,134); }
H1.HeaderClassName
{
color: #EDCC86;
}
.AnyTagClassName
{
color: #EDCC86;
}
</style>
background-color css
<style>
a { background-color: #EDCC86; }
a { background-color: rgb(237,204,134); }
div.DivClassName
{
background-color: #EDCC86;
}
.BgClassName
{
background-color: #EDCC86;
}
</style>
border-color css
<style>
span { border-color: #EDCC86; }
span { border-color: rgb(237,204,134); }
td.TdClassName
{
border-color: #EDCC86;
}
.TagClassName
{
border-color: #EDCC86;
}
</style>