Shades of Marzipan #EFC689
Tints of Marzipan #EFC689
RGB
CMYK
RGB Variations
Color information
#EFC689 (or 0xEFC689) is known color: Marzipan. HEX triplet: EF, C6 and 89. RGB value is (239,198,137). Sum of RGB (Red+Green+Blue) = 239+198+137=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 137 (53.91% from 255 or 23.87% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC689 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC689 is #103976. Grayscale: #CBCBCB. Windows color (decimal): -1063287 or 9029359. OLE color: 9029359.
HSL color Cylindrical-coordinate representation of color #EFC689: hue angle of 35.88º 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 #EFC689 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 137 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.06 |
| HSL | 35.88º | 0.76% | 0.74% | - |
| HSV(B) | 35.88º | 0.43% | 0.94% | - |
| XYZ | 60.31 | 60.55 | 32.17 | - |
| YUV | 203.31 | 90.58 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 137 | 0 | 0.17 | 0.43 | 0.06 | 35.88 | 0.76 | 0.74 |
| Hex | EF | C6 | 89 | 0 | 11 | 2B | 6 | 24 | 4C | 4A |
| Octal | 357 | 306 | 211 | 0 | 21 | 53 | 6 | 44 | 114 | 112 |
| Binary | 11101111 | 11000110 | 10001001 | 0 | 10001 | 101011 | 110 | 100100 | 1001100 | 1001010 |
Color Harmonies of #EFC689
Complementary color
Monochromatic Colors of #EFC689
Black with #EFC689
Text Example
Text Example
White with #EFC689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC689; }
p { color: rgb(239,198,137); }
H1.HeaderClassName
{
color: #EFC689;
}
.AnyTagClassName
{
color: #EFC689;
}
</style>
background-color css
<style>
a { background-color: #EFC689; }
a { background-color: rgb(239,198,137); }
div.DivClassName
{
background-color: #EFC689;
}
.BgClassName
{
background-color: #EFC689;
}
</style>
border-color css
<style>
span { border-color: #EFC689; }
span { border-color: rgb(239,198,137); }
td.TdClassName
{
border-color: #EFC689;
}
.TagClassName
{
border-color: #EFC689;
}
</style>