Shades of Marzipan #EDCA8B
Tints of Marzipan #EDCA8B
RGB
CMYK
RGB Variations
Color information
#EDCA8B (or 0xEDCA8B) is known color: Marzipan. HEX triplet: ED, CA and 8B. RGB value is (237,202,139). Sum of RGB (Red+Green+Blue) = 237+202+139=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 139 (54.69% from 255 or 24.05% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCA8B is #123574. Grayscale: #CDCDCD. Windows color (decimal): -1193333 or 9161453. OLE color: 9161453.
HSL color Cylindrical-coordinate representation of color #EDCA8B: hue angle of 38.57º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDCA8B is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 202 | 139 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.07 |
| HSL | 38.57º | 0.73% | 0.74% | - |
| HSV(B) | 38.57º | 0.41% | 0.93% | - |
| XYZ | 60.71 | 62.11 | 33.21 | - |
| YUV | 205.28 | 90.6 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 202 | 139 | 0 | 0.15 | 0.41 | 0.07 | 38.57 | 0.73 | 0.74 |
| Hex | ED | CA | 8B | 0 | F | 29 | 7 | 27 | 49 | 4A |
| Octal | 355 | 312 | 213 | 0 | 17 | 51 | 7 | 47 | 111 | 112 |
| Binary | 11101101 | 11001010 | 10001011 | 0 | 1111 | 101001 | 111 | 100111 | 1001001 | 1001010 |
Color Harmonies of #EDCA8B
Complementary color
Monochromatic Colors of #EDCA8B
Black with #EDCA8B
Text Example
Text Example
White with #EDCA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCA8B; }
p { color: rgb(237,202,139); }
H1.HeaderClassName
{
color: #EDCA8B;
}
.AnyTagClassName
{
color: #EDCA8B;
}
</style>
background-color css
<style>
a { background-color: #EDCA8B; }
a { background-color: rgb(237,202,139); }
div.DivClassName
{
background-color: #EDCA8B;
}
.BgClassName
{
background-color: #EDCA8B;
}
</style>
border-color css
<style>
span { border-color: #EDCA8B; }
span { border-color: rgb(237,202,139); }
td.TdClassName
{
border-color: #EDCA8B;
}
.TagClassName
{
border-color: #EDCA8B;
}
</style>