Shades of Marzipan #EDC382
Tints of Marzipan #EDC382
RGB
CMYK
RGB Variations
Color information
#EDC382 (or 0xEDC382) is known color: Marzipan. HEX triplet: ED, C3 and 82. RGB value is (237,195,130). Sum of RGB (Red+Green+Blue) = 237+195+130=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 130 (51.17% from 255 or 23.13% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC382 is #123C7D. Grayscale: #C8C8C8. Windows color (decimal): -1195134 or 8569837. OLE color: 8569837.
HSL color Cylindrical-coordinate representation of color #EDC382: hue angle of 36.45º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDC382 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 130 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.07 |
| HSL | 36.45º | 0.75% | 0.72% | - |
| HSV(B) | 36.45º | 0.45% | 0.93% | - |
| XYZ | 58.47 | 58.65 | 29.36 | - |
| YUV | 200.15 | 88.41 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 130 | 0 | 0.18 | 0.45 | 0.07 | 36.45 | 0.75 | 0.72 |
| Hex | ED | C3 | 82 | 0 | 12 | 2D | 7 | 24 | 4B | 48 |
| Octal | 355 | 303 | 202 | 0 | 22 | 55 | 7 | 44 | 113 | 110 |
| Binary | 11101101 | 11000011 | 10000010 | 0 | 10010 | 101101 | 111 | 100100 | 1001011 | 1001000 |
Color Harmonies of #EDC382
Complementary color
Monochromatic Colors of #EDC382
Black with #EDC382
Text Example
Text Example
White with #EDC382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC382; }
p { color: rgb(237,195,130); }
H1.HeaderClassName
{
color: #EDC382;
}
.AnyTagClassName
{
color: #EDC382;
}
</style>
background-color css
<style>
a { background-color: #EDC382; }
a { background-color: rgb(237,195,130); }
div.DivClassName
{
background-color: #EDC382;
}
.BgClassName
{
background-color: #EDC382;
}
</style>
border-color css
<style>
span { border-color: #EDC382; }
span { border-color: rgb(237,195,130); }
td.TdClassName
{
border-color: #EDC382;
}
.TagClassName
{
border-color: #EDC382;
}
</style>