Shades of Marzipan #EDC37E
Tints of Marzipan #EDC37E
RGB
CMYK
RGB Variations
Color information
#EDC37E (or 0xEDC37E) is known color: Marzipan. HEX triplet: ED, C3 and 7E. RGB value is (237,195,126). Sum of RGB (Red+Green+Blue) = 237+195+126=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 126 (49.61% from 255 or 22.58% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC37E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC37E is #123C81. Grayscale: #C8C8C8. Windows color (decimal): -1195138 or 8307693. OLE color: 8307693.
HSL color Cylindrical-coordinate representation of color #EDC37E: hue angle of 37.3º 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 #EDC37E is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 126 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.07 |
| HSL | 37.3º | 0.76% | 0.71% | - |
| HSV(B) | 37.3º | 0.47% | 0.93% | - |
| XYZ | 58.21 | 58.54 | 27.97 | - |
| YUV | 199.69 | 86.41 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 126 | 0 | 0.18 | 0.47 | 0.07 | 37.3 | 0.76 | 0.71 |
| Hex | ED | C3 | 7E | 0 | 12 | 2F | 7 | 25 | 4C | 47 |
| Octal | 355 | 303 | 176 | 0 | 22 | 57 | 7 | 45 | 114 | 107 |
| Binary | 11101101 | 11000011 | 1111110 | 0 | 10010 | 101111 | 111 | 100101 | 1001100 | 1000111 |
Color Harmonies of #EDC37E
Complementary color
Monochromatic Colors of #EDC37E
Black with #EDC37E
Text Example
Text Example
White with #EDC37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC37E; }
p { color: rgb(237,195,126); }
H1.HeaderClassName
{
color: #EDC37E;
}
.AnyTagClassName
{
color: #EDC37E;
}
</style>
background-color css
<style>
a { background-color: #EDC37E; }
a { background-color: rgb(237,195,126); }
div.DivClassName
{
background-color: #EDC37E;
}
.BgClassName
{
background-color: #EDC37E;
}
</style>
border-color css
<style>
span { border-color: #EDC37E; }
span { border-color: rgb(237,195,126); }
td.TdClassName
{
border-color: #EDC37E;
}
.TagClassName
{
border-color: #EDC37E;
}
</style>