Shades of Marzipan #ECD08B
Tints of Marzipan #ECD08B
RGB
CMYK
RGB Variations
Color information
#ECD08B (or 0xECD08B) is known color: Marzipan. HEX triplet: EC, D0 and 8B. RGB value is (236,208,139). Sum of RGB (Red+Green+Blue) = 236+208+139=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 139 (54.69% from 255 or 23.84% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD08B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD08B is #132F74. Grayscale: #D0D0D0. Windows color (decimal): -1257333 or 9162988. OLE color: 9162988.
HSL color Cylindrical-coordinate representation of color #ECD08B: hue angle of 42.68º degrees, saturation: 0.72, 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 #ECD08B is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 139 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.07 |
| HSL | 42.68º | 0.72% | 0.74% | - |
| HSV(B) | 42.68º | 0.41% | 0.93% | - |
| XYZ | 61.81 | 64.81 | 33.68 | - |
| YUV | 208.51 | 88.78 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 139 | 0 | 0.12 | 0.41 | 0.07 | 42.68 | 0.72 | 0.74 |
| Hex | EC | D0 | 8B | 0 | C | 29 | 7 | 2B | 48 | 4A |
| Octal | 354 | 320 | 213 | 0 | 14 | 51 | 7 | 53 | 110 | 112 |
| Binary | 11101100 | 11010000 | 10001011 | 0 | 1100 | 101001 | 111 | 101011 | 1001000 | 1001010 |
Color Harmonies of #ECD08B
Complementary color
Monochromatic Colors of #ECD08B
Black with #ECD08B
Text Example
Text Example
White with #ECD08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD08B; }
p { color: rgb(236,208,139); }
H1.HeaderClassName
{
color: #ECD08B;
}
.AnyTagClassName
{
color: #ECD08B;
}
</style>
background-color css
<style>
a { background-color: #ECD08B; }
a { background-color: rgb(236,208,139); }
div.DivClassName
{
background-color: #ECD08B;
}
.BgClassName
{
background-color: #ECD08B;
}
</style>
border-color css
<style>
span { border-color: #ECD08B; }
span { border-color: rgb(236,208,139); }
td.TdClassName
{
border-color: #ECD08B;
}
.TagClassName
{
border-color: #ECD08B;
}
</style>