Shades of Marzipan #EECF84
Tints of Marzipan #EECF84
RGB
CMYK
RGB Variations
Color information
#EECF84 (or 0xEECF84) is known color: Marzipan. HEX triplet: EE, CF and 84. RGB value is (238,207,132). Sum of RGB (Red+Green+Blue) = 238+207+132=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 132 (51.95% from 255 or 22.88% from 577); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECF84 is #11307B. Grayscale: #D0D0D0. Windows color (decimal): -1126524 or 8703982. OLE color: 8703982.
HSL color Cylindrical-coordinate representation of color #EECF84: hue angle of 42.45º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EECF84 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 132 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.07 |
| HSL | 42.45º | 0.76% | 0.73% | - |
| HSV(B) | 42.45º | 0.45% | 0.93% | - |
| XYZ | 61.74 | 64.47 | 31.02 | - |
| YUV | 207.72 | 85.27 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 132 | 0 | 0.13 | 0.45 | 0.07 | 42.45 | 0.76 | 0.73 |
| Hex | EE | CF | 84 | 0 | D | 2D | 7 | 2A | 4C | 49 |
| Octal | 356 | 317 | 204 | 0 | 15 | 55 | 7 | 52 | 114 | 111 |
| Binary | 11101110 | 11001111 | 10000100 | 0 | 1101 | 101101 | 111 | 101010 | 1001100 | 1001001 |
Color Harmonies of #EECF84
Complementary color
Monochromatic Colors of #EECF84
Black with #EECF84
Text Example
Text Example
White with #EECF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF84; }
p { color: rgb(238,207,132); }
H1.HeaderClassName
{
color: #EECF84;
}
.AnyTagClassName
{
color: #EECF84;
}
</style>
background-color css
<style>
a { background-color: #EECF84; }
a { background-color: rgb(238,207,132); }
div.DivClassName
{
background-color: #EECF84;
}
.BgClassName
{
background-color: #EECF84;
}
</style>
border-color css
<style>
span { border-color: #EECF84; }
span { border-color: rgb(238,207,132); }
td.TdClassName
{
border-color: #EECF84;
}
.TagClassName
{
border-color: #EECF84;
}
</style>