Shades of Marzipan #EDC474
Tints of Marzipan #EDC474
RGB
CMYK
RGB Variations
Color information
#EDC474 (or 0xEDC474) is known color: Marzipan. HEX triplet: ED, C4 and 74. RGB value is (237,196,116). Sum of RGB (Red+Green+Blue) = 237+196+116=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 116 (45.70% from 255 or 21.13% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC474 is #123B8B. Grayscale: #C7C7C7. Windows color (decimal): -1194892 or 7652589. OLE color: 7652589.
HSL color Cylindrical-coordinate representation of color #EDC474: hue angle of 39.67º 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 #EDC474 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 116 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.07 |
| HSL | 39.67º | 0.77% | 0.69% | - |
| HSV(B) | 39.67º | 0.51% | 0.93% | - |
| XYZ | 57.82 | 58.75 | 24.81 | - |
| YUV | 199.14 | 81.08 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 116 | 0 | 0.17 | 0.51 | 0.07 | 39.67 | 0.77 | 0.69 |
| Hex | ED | C4 | 74 | 0 | 11 | 33 | 7 | 28 | 4D | 45 |
| Octal | 355 | 304 | 164 | 0 | 21 | 63 | 7 | 50 | 115 | 105 |
| Binary | 11101101 | 11000100 | 1110100 | 0 | 10001 | 110011 | 111 | 101000 | 1001101 | 1000101 |
Color Harmonies of #EDC474
Complementary color
Monochromatic Colors of #EDC474
Black with #EDC474
Text Example
Text Example
White with #EDC474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC474; }
p { color: rgb(237,196,116); }
H1.HeaderClassName
{
color: #EDC474;
}
.AnyTagClassName
{
color: #EDC474;
}
</style>
background-color css
<style>
a { background-color: #EDC474; }
a { background-color: rgb(237,196,116); }
div.DivClassName
{
background-color: #EDC474;
}
.BgClassName
{
background-color: #EDC474;
}
</style>
border-color css
<style>
span { border-color: #EDC474; }
span { border-color: rgb(237,196,116); }
td.TdClassName
{
border-color: #EDC474;
}
.TagClassName
{
border-color: #EDC474;
}
</style>