Shades of Marzipan #EDC278
Tints of Marzipan #EDC278
RGB
CMYK
RGB Variations
Color information
#EDC278 (or 0xEDC278) is known color: Marzipan. HEX triplet: ED, C2 and 78. RGB value is (237,194,120). Sum of RGB (Red+Green+Blue) = 237+194+120=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 120 (47.27% from 255 or 21.78% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC278 is #123D87. Grayscale: #C6C6C6. Windows color (decimal): -1195400 or 7914221. OLE color: 7914221.
HSL color Cylindrical-coordinate representation of color #EDC278: hue angle of 37.95º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDC278 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 120 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.07 |
| HSL | 37.95º | 0.76% | 0.7% | - |
| HSV(B) | 37.95º | 0.49% | 0.93% | - |
| XYZ | 57.61 | 57.94 | 25.92 | - |
| YUV | 198.42 | 83.75 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 120 | 0 | 0.18 | 0.49 | 0.07 | 37.95 | 0.76 | 0.7 |
| Hex | ED | C2 | 78 | 0 | 12 | 31 | 7 | 26 | 4C | 46 |
| Octal | 355 | 302 | 170 | 0 | 22 | 61 | 7 | 46 | 114 | 106 |
| Binary | 11101101 | 11000010 | 1111000 | 0 | 10010 | 110001 | 111 | 100110 | 1001100 | 1000110 |
Color Harmonies of #EDC278
Complementary color
Monochromatic Colors of #EDC278
Black with #EDC278
Text Example
Text Example
White with #EDC278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC278; }
p { color: rgb(237,194,120); }
H1.HeaderClassName
{
color: #EDC278;
}
.AnyTagClassName
{
color: #EDC278;
}
</style>
background-color css
<style>
a { background-color: #EDC278; }
a { background-color: rgb(237,194,120); }
div.DivClassName
{
background-color: #EDC278;
}
.BgClassName
{
background-color: #EDC278;
}
</style>
border-color css
<style>
span { border-color: #EDC278; }
span { border-color: rgb(237,194,120); }
td.TdClassName
{
border-color: #EDC278;
}
.TagClassName
{
border-color: #EDC278;
}
</style>