Shades of Marzipan #EFC784
Tints of Marzipan #EFC784
RGB
CMYK
RGB Variations
Color information
#EFC784 (or 0xEFC784) is known color: Marzipan. HEX triplet: EF, C7 and 84. RGB value is (239,199,132). Sum of RGB (Red+Green+Blue) = 239+199+132=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 132 (51.95% from 255 or 23.16% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC784 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC784 is #10387B. Grayscale: #CBCBCB. Windows color (decimal): -1063036 or 8701935. OLE color: 8701935.
HSL color Cylindrical-coordinate representation of color #EFC784: hue angle of 37.57º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFC784 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 132 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.06 |
| HSL | 37.57º | 0.77% | 0.73% | - |
| HSV(B) | 37.57º | 0.45% | 0.94% | - |
| XYZ | 60.18 | 60.86 | 30.41 | - |
| YUV | 203.32 | 87.75 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 132 | 0 | 0.17 | 0.45 | 0.06 | 37.57 | 0.77 | 0.73 |
| Hex | EF | C7 | 84 | 0 | 11 | 2D | 6 | 26 | 4D | 49 |
| Octal | 357 | 307 | 204 | 0 | 21 | 55 | 6 | 46 | 115 | 111 |
| Binary | 11101111 | 11000111 | 10000100 | 0 | 10001 | 101101 | 110 | 100110 | 1001101 | 1001001 |
Color Harmonies of #EFC784
Complementary color
Monochromatic Colors of #EFC784
Black with #EFC784
Text Example
Text Example
White with #EFC784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC784; }
p { color: rgb(239,199,132); }
H1.HeaderClassName
{
color: #EFC784;
}
.AnyTagClassName
{
color: #EFC784;
}
</style>
background-color css
<style>
a { background-color: #EFC784; }
a { background-color: rgb(239,199,132); }
div.DivClassName
{
background-color: #EFC784;
}
.BgClassName
{
background-color: #EFC784;
}
</style>
border-color css
<style>
span { border-color: #EFC784; }
span { border-color: rgb(239,199,132); }
td.TdClassName
{
border-color: #EFC784;
}
.TagClassName
{
border-color: #EFC784;
}
</style>