Shades of Marzipan #EDCB7A
Tints of Marzipan #EDCB7A
RGB
CMYK
RGB Variations
Color information
#EDCB7A (or 0xEDCB7A) is known color: Marzipan. HEX triplet: ED, CB and 7A. RGB value is (237,203,122). Sum of RGB (Red+Green+Blue) = 237+203+122=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 122 (48.05% from 255 or 21.71% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCB7A is #123485. Grayscale: #CCCCCC. Windows color (decimal): -1193094 or 8047597. OLE color: 8047597.
HSL color Cylindrical-coordinate representation of color #EDCB7A: hue angle of 42.26º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDCB7A is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 122 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.07 |
| HSL | 42.26º | 0.76% | 0.7% | - |
| HSV(B) | 42.26º | 0.49% | 0.93% | - |
| XYZ | 59.79 | 62.12 | 27.25 | - |
| YUV | 203.93 | 81.76 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 122 | 0 | 0.14 | 0.49 | 0.07 | 42.26 | 0.76 | 0.7 |
| Hex | ED | CB | 7A | 0 | E | 31 | 7 | 2A | 4C | 46 |
| Octal | 355 | 313 | 172 | 0 | 16 | 61 | 7 | 52 | 114 | 106 |
| Binary | 11101101 | 11001011 | 1111010 | 0 | 1110 | 110001 | 111 | 101010 | 1001100 | 1000110 |
Color Harmonies of #EDCB7A
Complementary color
Monochromatic Colors of #EDCB7A
Black with #EDCB7A
Text Example
Text Example
White with #EDCB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCB7A; }
p { color: rgb(237,203,122); }
H1.HeaderClassName
{
color: #EDCB7A;
}
.AnyTagClassName
{
color: #EDCB7A;
}
</style>
background-color css
<style>
a { background-color: #EDCB7A; }
a { background-color: rgb(237,203,122); }
div.DivClassName
{
background-color: #EDCB7A;
}
.BgClassName
{
background-color: #EDCB7A;
}
</style>
border-color css
<style>
span { border-color: #EDCB7A; }
span { border-color: rgb(237,203,122); }
td.TdClassName
{
border-color: #EDCB7A;
}
.TagClassName
{
border-color: #EDCB7A;
}
</style>