Shades of Marzipan #EDCC7B
Tints of Marzipan #EDCC7B
RGB
CMYK
RGB Variations
Color information
#EDCC7B (or 0xEDCC7B) is known color: Marzipan. HEX triplet: ED, CC and 7B. RGB value is (237,204,123). Sum of RGB (Red+Green+Blue) = 237+204+123=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 123 (48.44% from 255 or 21.81% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC7B is #123384. Grayscale: #CCCCCC. Windows color (decimal): -1192837 or 8113389. OLE color: 8113389.
HSL color Cylindrical-coordinate representation of color #EDCC7B: hue angle of 42.63º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDCC7B is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 123 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.07 |
| HSL | 42.63º | 0.76% | 0.71% | - |
| HSV(B) | 42.63º | 0.48% | 0.93% | - |
| XYZ | 60.09 | 62.62 | 27.66 | - |
| YUV | 204.63 | 81.93 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 123 | 0 | 0.14 | 0.48 | 0.07 | 42.63 | 0.76 | 0.71 |
| Hex | ED | CC | 7B | 0 | E | 30 | 7 | 2B | 4C | 47 |
| Octal | 355 | 314 | 173 | 0 | 16 | 60 | 7 | 53 | 114 | 107 |
| Binary | 11101101 | 11001100 | 1111011 | 0 | 1110 | 110000 | 111 | 101011 | 1001100 | 1000111 |
Color Harmonies of #EDCC7B
Complementary color
Monochromatic Colors of #EDCC7B
Black with #EDCC7B
Text Example
Text Example
White with #EDCC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCC7B; }
p { color: rgb(237,204,123); }
H1.HeaderClassName
{
color: #EDCC7B;
}
.AnyTagClassName
{
color: #EDCC7B;
}
</style>
background-color css
<style>
a { background-color: #EDCC7B; }
a { background-color: rgb(237,204,123); }
div.DivClassName
{
background-color: #EDCC7B;
}
.BgClassName
{
background-color: #EDCC7B;
}
</style>
border-color css
<style>
span { border-color: #EDCC7B; }
span { border-color: rgb(237,204,123); }
td.TdClassName
{
border-color: #EDCC7B;
}
.TagClassName
{
border-color: #EDCC7B;
}
</style>