Shades of Marzipan #EDC788
Tints of Marzipan #EDC788
RGB
CMYK
RGB Variations
Color information
#EDC788 (or 0xEDC788) is known color: Marzipan. HEX triplet: ED, C7 and 88. RGB value is (237,199,136). Sum of RGB (Red+Green+Blue) = 237+199+136=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 199 (78.12% from 255 or 34.79% from 572); Blue value is 136 (53.52% from 255 or 23.78% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC788 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC788 is #123877. Grayscale: #CBCBCB. Windows color (decimal): -1194104 or 8964077. OLE color: 8964077.
HSL color Cylindrical-coordinate representation of color #EDC788: hue angle of 37.43º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDC788 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 136 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.07 |
| HSL | 37.43º | 0.74% | 0.73% | - |
| HSV(B) | 37.43º | 0.43% | 0.93% | - |
| XYZ | 59.79 | 60.63 | 31.84 | - |
| YUV | 203.18 | 90.09 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 136 | 0 | 0.16 | 0.43 | 0.07 | 37.43 | 0.74 | 0.73 |
| Hex | ED | C7 | 88 | 0 | 10 | 2B | 7 | 25 | 4A | 49 |
| Octal | 355 | 307 | 210 | 0 | 20 | 53 | 7 | 45 | 112 | 111 |
| Binary | 11101101 | 11000111 | 10001000 | 0 | 10000 | 101011 | 111 | 100101 | 1001010 | 1001001 |
Color Harmonies of #EDC788
Complementary color
Monochromatic Colors of #EDC788
Black with #EDC788
Text Example
Text Example
White with #EDC788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC788; }
p { color: rgb(237,199,136); }
H1.HeaderClassName
{
color: #EDC788;
}
.AnyTagClassName
{
color: #EDC788;
}
</style>
background-color css
<style>
a { background-color: #EDC788; }
a { background-color: rgb(237,199,136); }
div.DivClassName
{
background-color: #EDC788;
}
.BgClassName
{
background-color: #EDC788;
}
</style>
border-color css
<style>
span { border-color: #EDC788; }
span { border-color: rgb(237,199,136); }
td.TdClassName
{
border-color: #EDC788;
}
.TagClassName
{
border-color: #EDC788;
}
</style>