Shades of Marzipan #EDC97B
Tints of Marzipan #EDC97B
RGB
CMYK
RGB Variations
Color information
#EDC97B (or 0xEDC97B) is known color: Marzipan. HEX triplet: ED, C9 and 7B. RGB value is (237,201,123). Sum of RGB (Red+Green+Blue) = 237+201+123=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 123 (48.44% from 255 or 21.93% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC97B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC97B is #123684. Grayscale: #CBCBCB. Windows color (decimal): -1193605 or 8112621. OLE color: 8112621.
HSL color Cylindrical-coordinate representation of color #EDC97B: hue angle of 41.05º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDC97B is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 123 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.07 |
| HSL | 41.05º | 0.76% | 0.71% | - |
| HSV(B) | 41.05º | 0.48% | 0.93% | - |
| XYZ | 59.39 | 61.21 | 27.42 | - |
| YUV | 202.87 | 82.93 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 123 | 0 | 0.15 | 0.48 | 0.07 | 41.05 | 0.76 | 0.71 |
| Hex | ED | C9 | 7B | 0 | F | 30 | 7 | 29 | 4C | 47 |
| Octal | 355 | 311 | 173 | 0 | 17 | 60 | 7 | 51 | 114 | 107 |
| Binary | 11101101 | 11001001 | 1111011 | 0 | 1111 | 110000 | 111 | 101001 | 1001100 | 1000111 |
Color Harmonies of #EDC97B
Complementary color
Monochromatic Colors of #EDC97B
Black with #EDC97B
Text Example
Text Example
White with #EDC97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC97B; }
p { color: rgb(237,201,123); }
H1.HeaderClassName
{
color: #EDC97B;
}
.AnyTagClassName
{
color: #EDC97B;
}
</style>
background-color css
<style>
a { background-color: #EDC97B; }
a { background-color: rgb(237,201,123); }
div.DivClassName
{
background-color: #EDC97B;
}
.BgClassName
{
background-color: #EDC97B;
}
</style>
border-color css
<style>
span { border-color: #EDC97B; }
span { border-color: rgb(237,201,123); }
td.TdClassName
{
border-color: #EDC97B;
}
.TagClassName
{
border-color: #EDC97B;
}
</style>