Shades of Marzipan #EDC17D
Tints of Marzipan #EDC17D
RGB
CMYK
RGB Variations
Color information
#EDC17D (or 0xEDC17D) is known color: Marzipan. HEX triplet: ED, C1 and 7D. RGB value is (237,193,125). Sum of RGB (Red+Green+Blue) = 237+193+125=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC17D is #123E82. Grayscale: #C6C6C6. Windows color (decimal): -1195651 or 8241645. OLE color: 8241645.
HSL color Cylindrical-coordinate representation of color #EDC17D: hue angle of 36.43º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDC17D is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 125 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.07 |
| HSL | 36.43º | 0.76% | 0.71% | - |
| HSV(B) | 36.43º | 0.47% | 0.93% | - |
| XYZ | 57.7 | 57.63 | 27.48 | - |
| YUV | 198.4 | 86.58 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 125 | 0 | 0.19 | 0.47 | 0.07 | 36.43 | 0.76 | 0.71 |
| Hex | ED | C1 | 7D | 0 | 13 | 2F | 7 | 24 | 4C | 47 |
| Octal | 355 | 301 | 175 | 0 | 23 | 57 | 7 | 44 | 114 | 107 |
| Binary | 11101101 | 11000001 | 1111101 | 0 | 10011 | 101111 | 111 | 100100 | 1001100 | 1000111 |
Color Harmonies of #EDC17D
Complementary color
Monochromatic Colors of #EDC17D
Black with #EDC17D
Text Example
Text Example
White with #EDC17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC17D; }
p { color: rgb(237,193,125); }
H1.HeaderClassName
{
color: #EDC17D;
}
.AnyTagClassName
{
color: #EDC17D;
}
</style>
background-color css
<style>
a { background-color: #EDC17D; }
a { background-color: rgb(237,193,125); }
div.DivClassName
{
background-color: #EDC17D;
}
.BgClassName
{
background-color: #EDC17D;
}
</style>
border-color css
<style>
span { border-color: #EDC17D; }
span { border-color: rgb(237,193,125); }
td.TdClassName
{
border-color: #EDC17D;
}
.TagClassName
{
border-color: #EDC17D;
}
</style>