Shades of Marzipan #EDC383
Tints of Marzipan #EDC383
RGB
CMYK
RGB Variations
Color information
#EDC383 (or 0xEDC383) is known color: Marzipan. HEX triplet: ED, C3 and 83. RGB value is (237,195,131). Sum of RGB (Red+Green+Blue) = 237+195+131=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 131 (51.56% from 255 or 23.27% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC383 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC383 is #123C7C. Grayscale: #C8C8C8. Windows color (decimal): -1195133 or 8635373. OLE color: 8635373.
HSL color Cylindrical-coordinate representation of color #EDC383: hue angle of 36.23º 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 #EDC383 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 131 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.07 |
| HSL | 36.23º | 0.75% | 0.72% | - |
| HSV(B) | 36.23º | 0.45% | 0.93% | - |
| XYZ | 58.54 | 58.67 | 29.71 | - |
| YUV | 200.26 | 88.91 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 131 | 0 | 0.18 | 0.45 | 0.07 | 36.23 | 0.75 | 0.72 |
| Hex | ED | C3 | 83 | 0 | 12 | 2D | 7 | 24 | 4B | 48 |
| Octal | 355 | 303 | 203 | 0 | 22 | 55 | 7 | 44 | 113 | 110 |
| Binary | 11101101 | 11000011 | 10000011 | 0 | 10010 | 101101 | 111 | 100100 | 1001011 | 1001000 |
Color Harmonies of #EDC383
Complementary color
Monochromatic Colors of #EDC383
Black with #EDC383
Text Example
Text Example
White with #EDC383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC383; }
p { color: rgb(237,195,131); }
H1.HeaderClassName
{
color: #EDC383;
}
.AnyTagClassName
{
color: #EDC383;
}
</style>
background-color css
<style>
a { background-color: #EDC383; }
a { background-color: rgb(237,195,131); }
div.DivClassName
{
background-color: #EDC383;
}
.BgClassName
{
background-color: #EDC383;
}
</style>
border-color css
<style>
span { border-color: #EDC383; }
span { border-color: rgb(237,195,131); }
td.TdClassName
{
border-color: #EDC383;
}
.TagClassName
{
border-color: #EDC383;
}
</style>