Shades of Marzipan #EFC384
Tints of Marzipan #EFC384
RGB
CMYK
RGB Variations
Color information
#EFC384 (or 0xEFC384) is known color: Marzipan. HEX triplet: EF, C3 and 84. RGB value is (239,195,132). Sum of RGB (Red+Green+Blue) = 239+195+132=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 132 (51.95% from 255 or 23.32% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC384 is #103C7B. Grayscale: #C9C9C9. Windows color (decimal): -1064060 or 8700911. OLE color: 8700911.
HSL color Cylindrical-coordinate representation of color #EFC384: hue angle of 35.33º 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 #EFC384 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 132 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.06 |
| HSL | 35.33º | 0.77% | 0.73% | - |
| HSV(B) | 35.33º | 0.45% | 0.94% | - |
| XYZ | 59.28 | 59.05 | 30.1 | - |
| YUV | 200.97 | 89.08 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 132 | 0 | 0.18 | 0.45 | 0.06 | 35.33 | 0.77 | 0.73 |
| Hex | EF | C3 | 84 | 0 | 12 | 2D | 6 | 23 | 4D | 49 |
| Octal | 357 | 303 | 204 | 0 | 22 | 55 | 6 | 43 | 115 | 111 |
| Binary | 11101111 | 11000011 | 10000100 | 0 | 10010 | 101101 | 110 | 100011 | 1001101 | 1001001 |
Color Harmonies of #EFC384
Complementary color
Monochromatic Colors of #EFC384
Black with #EFC384
Text Example
Text Example
White with #EFC384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC384; }
p { color: rgb(239,195,132); }
H1.HeaderClassName
{
color: #EFC384;
}
.AnyTagClassName
{
color: #EFC384;
}
</style>
background-color css
<style>
a { background-color: #EFC384; }
a { background-color: rgb(239,195,132); }
div.DivClassName
{
background-color: #EFC384;
}
.BgClassName
{
background-color: #EFC384;
}
</style>
border-color css
<style>
span { border-color: #EFC384; }
span { border-color: rgb(239,195,132); }
td.TdClassName
{
border-color: #EFC384;
}
.TagClassName
{
border-color: #EFC384;
}
</style>