Shades of Marzipan #EDC37F
Tints of Marzipan #EDC37F
RGB
CMYK
RGB Variations
Color information
#EDC37F (or 0xEDC37F) is known color: Marzipan. HEX triplet: ED, C3 and 7F. RGB value is (237,195,127). Sum of RGB (Red+Green+Blue) = 237+195+127=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 127 (50% from 255 or 22.72% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC37F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC37F is #123C80. Grayscale: #C8C8C8. Windows color (decimal): -1195137 or 8373229. OLE color: 8373229.
HSL color Cylindrical-coordinate representation of color #EDC37F: hue angle of 37.09º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDC37F is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 127 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.07 |
| HSL | 37.09º | 0.75% | 0.71% | - |
| HSV(B) | 37.09º | 0.46% | 0.93% | - |
| XYZ | 58.27 | 58.57 | 28.31 | - |
| YUV | 199.81 | 86.91 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 127 | 0 | 0.18 | 0.46 | 0.07 | 37.09 | 0.75 | 0.71 |
| Hex | ED | C3 | 7F | 0 | 12 | 2E | 7 | 25 | 4B | 47 |
| Octal | 355 | 303 | 177 | 0 | 22 | 56 | 7 | 45 | 113 | 107 |
| Binary | 11101101 | 11000011 | 1111111 | 0 | 10010 | 101110 | 111 | 100101 | 1001011 | 1000111 |
Color Harmonies of #EDC37F
Complementary color
Monochromatic Colors of #EDC37F
Black with #EDC37F
Text Example
Text Example
White with #EDC37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC37F; }
p { color: rgb(237,195,127); }
H1.HeaderClassName
{
color: #EDC37F;
}
.AnyTagClassName
{
color: #EDC37F;
}
</style>
background-color css
<style>
a { background-color: #EDC37F; }
a { background-color: rgb(237,195,127); }
div.DivClassName
{
background-color: #EDC37F;
}
.BgClassName
{
background-color: #EDC37F;
}
</style>
border-color css
<style>
span { border-color: #EDC37F; }
span { border-color: rgb(237,195,127); }
td.TdClassName
{
border-color: #EDC37F;
}
.TagClassName
{
border-color: #EDC37F;
}
</style>