Shades of Marzipan #EDC385
Tints of Marzipan #EDC385
RGB
CMYK
RGB Variations
Color information
#EDC385 (or 0xEDC385) is known color: Marzipan. HEX triplet: ED, C3 and 85. RGB value is (237,195,133). Sum of RGB (Red+Green+Blue) = 237+195+133=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC385 is #123C7A. Grayscale: #C8C8C8. Windows color (decimal): -1195131 or 8766445. OLE color: 8766445.
HSL color Cylindrical-coordinate representation of color #EDC385: hue angle of 35.77º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDC385 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 133 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.07 |
| HSL | 35.77º | 0.74% | 0.73% | - |
| HSV(B) | 35.77º | 0.44% | 0.93% | - |
| XYZ | 58.67 | 58.73 | 30.43 | - |
| YUV | 200.49 | 89.91 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 133 | 0 | 0.18 | 0.44 | 0.07 | 35.77 | 0.74 | 0.73 |
| Hex | ED | C3 | 85 | 0 | 12 | 2C | 7 | 24 | 4A | 49 |
| Octal | 355 | 303 | 205 | 0 | 22 | 54 | 7 | 44 | 112 | 111 |
| Binary | 11101101 | 11000011 | 10000101 | 0 | 10010 | 101100 | 111 | 100100 | 1001010 | 1001001 |
Color Harmonies of #EDC385
Complementary color
Monochromatic Colors of #EDC385
Black with #EDC385
Text Example
Text Example
White with #EDC385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC385; }
p { color: rgb(237,195,133); }
H1.HeaderClassName
{
color: #EDC385;
}
.AnyTagClassName
{
color: #EDC385;
}
</style>
background-color css
<style>
a { background-color: #EDC385; }
a { background-color: rgb(237,195,133); }
div.DivClassName
{
background-color: #EDC385;
}
.BgClassName
{
background-color: #EDC385;
}
</style>
border-color css
<style>
span { border-color: #EDC385; }
span { border-color: rgb(237,195,133); }
td.TdClassName
{
border-color: #EDC385;
}
.TagClassName
{
border-color: #EDC385;
}
</style>