Shades of Marzipan #EDC275
Tints of Marzipan #EDC275
RGB
CMYK
RGB Variations
Color information
#EDC275 (or 0xEDC275) is known color: Marzipan. HEX triplet: ED, C2 and 75. RGB value is (237,194,117). Sum of RGB (Red+Green+Blue) = 237+194+117=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 117 (46.09% from 255 or 21.35% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC275 is #123D8A. Grayscale: #C6C6C6. Windows color (decimal): -1195403 or 7717613. OLE color: 7717613.
HSL color Cylindrical-coordinate representation of color #EDC275: hue angle of 38.5º 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 #EDC275 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 117 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.07 |
| HSL | 38.5º | 0.77% | 0.69% | - |
| HSV(B) | 38.5º | 0.51% | 0.93% | - |
| XYZ | 57.43 | 57.87 | 24.97 | - |
| YUV | 198.08 | 82.25 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 117 | 0 | 0.18 | 0.51 | 0.07 | 38.5 | 0.77 | 0.69 |
| Hex | ED | C2 | 75 | 0 | 12 | 33 | 7 | 26 | 4D | 45 |
| Octal | 355 | 302 | 165 | 0 | 22 | 63 | 7 | 46 | 115 | 105 |
| Binary | 11101101 | 11000010 | 1110101 | 0 | 10010 | 110011 | 111 | 100110 | 1001101 | 1000101 |
Color Harmonies of #EDC275
Complementary color
Monochromatic Colors of #EDC275
Black with #EDC275
Text Example
Text Example
White with #EDC275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC275; }
p { color: rgb(237,194,117); }
H1.HeaderClassName
{
color: #EDC275;
}
.AnyTagClassName
{
color: #EDC275;
}
</style>
background-color css
<style>
a { background-color: #EDC275; }
a { background-color: rgb(237,194,117); }
div.DivClassName
{
background-color: #EDC275;
}
.BgClassName
{
background-color: #EDC275;
}
</style>
border-color css
<style>
span { border-color: #EDC275; }
span { border-color: rgb(237,194,117); }
td.TdClassName
{
border-color: #EDC275;
}
.TagClassName
{
border-color: #EDC275;
}
</style>