Shades of Marzipan #EDC377
Tints of Marzipan #EDC377
RGB
CMYK
RGB Variations
Color information
#EDC377 (or 0xEDC377) is known color: Marzipan. HEX triplet: ED, C3 and 77. RGB value is (237,195,119). Sum of RGB (Red+Green+Blue) = 237+195+119=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 119 (46.88% from 255 or 21.60% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC377 is #123C88. Grayscale: #C7C7C7. Windows color (decimal): -1195145 or 7848941. OLE color: 7848941.
HSL color Cylindrical-coordinate representation of color #EDC377: hue angle of 38.64º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDC377 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 119 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.07 |
| HSL | 38.64º | 0.77% | 0.7% | - |
| HSV(B) | 38.64º | 0.5% | 0.93% | - |
| XYZ | 57.77 | 58.37 | 25.67 | - |
| YUV | 198.89 | 82.91 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 119 | 0 | 0.18 | 0.50 | 0.07 | 38.64 | 0.77 | 0.7 |
| Hex | ED | C3 | 77 | 0 | 12 | 32 | 7 | 27 | 4D | 46 |
| Octal | 355 | 303 | 167 | 0 | 22 | 62 | 7 | 47 | 115 | 106 |
| Binary | 11101101 | 11000011 | 1110111 | 0 | 10010 | 110010 | 111 | 100111 | 1001101 | 1000110 |
Color Harmonies of #EDC377
Complementary color
Monochromatic Colors of #EDC377
Black with #EDC377
Text Example
Text Example
White with #EDC377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC377; }
p { color: rgb(237,195,119); }
H1.HeaderClassName
{
color: #EDC377;
}
.AnyTagClassName
{
color: #EDC377;
}
</style>
background-color css
<style>
a { background-color: #EDC377; }
a { background-color: rgb(237,195,119); }
div.DivClassName
{
background-color: #EDC377;
}
.BgClassName
{
background-color: #EDC377;
}
</style>
border-color css
<style>
span { border-color: #EDC377; }
span { border-color: rgb(237,195,119); }
td.TdClassName
{
border-color: #EDC377;
}
.TagClassName
{
border-color: #EDC377;
}
</style>