Shades of Marzipan #EDC375
Tints of Marzipan #EDC375
RGB
CMYK
RGB Variations
Color information
#EDC375 (or 0xEDC375) is known color: Marzipan. HEX triplet: ED, C3 and 75. RGB value is (237,195,117). Sum of RGB (Red+Green+Blue) = 237+195+117=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC375 is #123C8A. Grayscale: #C7C7C7. Windows color (decimal): -1195147 or 7717869. OLE color: 7717869.
HSL color Cylindrical-coordinate representation of color #EDC375: hue angle of 39º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDC375 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 117 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.07 |
| HSL | 39º | 0.77% | 0.69% | - |
| HSV(B) | 39º | 0.51% | 0.93% | - |
| XYZ | 57.65 | 58.32 | 25.05 | - |
| YUV | 198.67 | 81.91 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 117 | 0 | 0.18 | 0.51 | 0.07 | 39 | 0.77 | 0.69 |
| Hex | ED | C3 | 75 | 0 | 12 | 33 | 7 | 27 | 4D | 45 |
| Octal | 355 | 303 | 165 | 0 | 22 | 63 | 7 | 47 | 115 | 105 |
| Binary | 11101101 | 11000011 | 1110101 | 0 | 10010 | 110011 | 111 | 100111 | 1001101 | 1000101 |
Color Harmonies of #EDC375
Complementary color
Monochromatic Colors of #EDC375
Black with #EDC375
Text Example
Text Example
White with #EDC375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC375; }
p { color: rgb(237,195,117); }
H1.HeaderClassName
{
color: #EDC375;
}
.AnyTagClassName
{
color: #EDC375;
}
</style>
background-color css
<style>
a { background-color: #EDC375; }
a { background-color: rgb(237,195,117); }
div.DivClassName
{
background-color: #EDC375;
}
.BgClassName
{
background-color: #EDC375;
}
</style>
border-color css
<style>
span { border-color: #EDC375; }
span { border-color: rgb(237,195,117); }
td.TdClassName
{
border-color: #EDC375;
}
.TagClassName
{
border-color: #EDC375;
}
</style>