Shades of Marzipan #EFC885
Tints of Marzipan #EFC885
RGB
CMYK
RGB Variations
Color information
#EFC885 (or 0xEFC885) is known color: Marzipan. HEX triplet: EF, C8 and 85. RGB value is (239,200,133). Sum of RGB (Red+Green+Blue) = 239+200+133=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 133 (52.34% from 255 or 23.25% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC885 is #10377A. Grayscale: #CCCCCC. Windows color (decimal): -1062779 or 8767727. OLE color: 8767727.
HSL color Cylindrical-coordinate representation of color #EFC885: hue angle of 37.92º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFC885 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 133 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.06 |
| HSL | 37.92º | 0.77% | 0.73% | - |
| HSV(B) | 37.92º | 0.44% | 0.94% | - |
| XYZ | 60.48 | 61.35 | 30.84 | - |
| YUV | 204.02 | 87.92 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 133 | 0 | 0.16 | 0.44 | 0.06 | 37.92 | 0.77 | 0.73 |
| Hex | EF | C8 | 85 | 0 | 10 | 2C | 6 | 26 | 4D | 49 |
| Octal | 357 | 310 | 205 | 0 | 20 | 54 | 6 | 46 | 115 | 111 |
| Binary | 11101111 | 11001000 | 10000101 | 0 | 10000 | 101100 | 110 | 100110 | 1001101 | 1001001 |
Color Harmonies of #EFC885
Complementary color
Monochromatic Colors of #EFC885
Black with #EFC885
Text Example
Text Example
White with #EFC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC885; }
p { color: rgb(239,200,133); }
H1.HeaderClassName
{
color: #EFC885;
}
.AnyTagClassName
{
color: #EFC885;
}
</style>
background-color css
<style>
a { background-color: #EFC885; }
a { background-color: rgb(239,200,133); }
div.DivClassName
{
background-color: #EFC885;
}
.BgClassName
{
background-color: #EFC885;
}
</style>
border-color css
<style>
span { border-color: #EFC885; }
span { border-color: rgb(239,200,133); }
td.TdClassName
{
border-color: #EFC885;
}
.TagClassName
{
border-color: #EFC885;
}
</style>