Shades of Marzipan #EFC889
Tints of Marzipan #EFC889
RGB
CMYK
RGB Variations
Color information
#EFC889 (or 0xEFC889) is known color: Marzipan. HEX triplet: EF, C8 and 89. RGB value is (239,200,137). Sum of RGB (Red+Green+Blue) = 239+200+137=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 137 (53.91% from 255 or 23.78% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC889 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC889 is #103776. Grayscale: #CCCCCC. Windows color (decimal): -1062775 or 9029871. OLE color: 9029871.
HSL color Cylindrical-coordinate representation of color #EFC889: hue angle of 37.06º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EFC889 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 137 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.06 |
| HSL | 37.06º | 0.76% | 0.74% | - |
| HSV(B) | 37.06º | 0.43% | 0.94% | - |
| XYZ | 60.77 | 61.47 | 32.33 | - |
| YUV | 204.48 | 89.92 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 137 | 0 | 0.16 | 0.43 | 0.06 | 37.06 | 0.76 | 0.74 |
| Hex | EF | C8 | 89 | 0 | 10 | 2B | 6 | 25 | 4C | 4A |
| Octal | 357 | 310 | 211 | 0 | 20 | 53 | 6 | 45 | 114 | 112 |
| Binary | 11101111 | 11001000 | 10001001 | 0 | 10000 | 101011 | 110 | 100101 | 1001100 | 1001010 |
Color Harmonies of #EFC889
Complementary color
Monochromatic Colors of #EFC889
Black with #EFC889
Text Example
Text Example
White with #EFC889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC889; }
p { color: rgb(239,200,137); }
H1.HeaderClassName
{
color: #EFC889;
}
.AnyTagClassName
{
color: #EFC889;
}
</style>
background-color css
<style>
a { background-color: #EFC889; }
a { background-color: rgb(239,200,137); }
div.DivClassName
{
background-color: #EFC889;
}
.BgClassName
{
background-color: #EFC889;
}
</style>
border-color css
<style>
span { border-color: #EFC889; }
span { border-color: rgb(239,200,137); }
td.TdClassName
{
border-color: #EFC889;
}
.TagClassName
{
border-color: #EFC889;
}
</style>