Shades of Marzipan #EDC17B
Tints of Marzipan #EDC17B
RGB
CMYK
RGB Variations
Color information
#EDC17B (or 0xEDC17B) is known color: Marzipan. HEX triplet: ED, C1 and 7B. RGB value is (237,193,123). Sum of RGB (Red+Green+Blue) = 237+193+123=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 123 (48.44% from 255 or 22.24% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC17B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC17B is #123E84. Grayscale: #C6C6C6. Windows color (decimal): -1195653 or 8110573. OLE color: 8110573.
HSL color Cylindrical-coordinate representation of color #EDC17B: hue angle of 36.84º 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 #EDC17B is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 123 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.07 |
| HSL | 36.84º | 0.76% | 0.71% | - |
| HSV(B) | 36.84º | 0.48% | 0.93% | - |
| XYZ | 57.57 | 57.57 | 26.82 | - |
| YUV | 198.18 | 85.58 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 123 | 0 | 0.19 | 0.48 | 0.07 | 36.84 | 0.76 | 0.71 |
| Hex | ED | C1 | 7B | 0 | 13 | 30 | 7 | 25 | 4C | 47 |
| Octal | 355 | 301 | 173 | 0 | 23 | 60 | 7 | 45 | 114 | 107 |
| Binary | 11101101 | 11000001 | 1111011 | 0 | 10011 | 110000 | 111 | 100101 | 1001100 | 1000111 |
Color Harmonies of #EDC17B
Complementary color
Monochromatic Colors of #EDC17B
Black with #EDC17B
Text Example
Text Example
White with #EDC17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC17B; }
p { color: rgb(237,193,123); }
H1.HeaderClassName
{
color: #EDC17B;
}
.AnyTagClassName
{
color: #EDC17B;
}
</style>
background-color css
<style>
a { background-color: #EDC17B; }
a { background-color: rgb(237,193,123); }
div.DivClassName
{
background-color: #EDC17B;
}
.BgClassName
{
background-color: #EDC17B;
}
</style>
border-color css
<style>
span { border-color: #EDC17B; }
span { border-color: rgb(237,193,123); }
td.TdClassName
{
border-color: #EDC17B;
}
.TagClassName
{
border-color: #EDC17B;
}
</style>