Shades of Marzipan #EFC47F
Tints of Marzipan #EFC47F
RGB
CMYK
RGB Variations
Color information
#EFC47F (or 0xEFC47F) is known color: Marzipan. HEX triplet: EF, C4 and 7F. RGB value is (239,196,127). Sum of RGB (Red+Green+Blue) = 239+196+127=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 127 (50% from 255 or 22.60% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC47F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC47F is #103B80. Grayscale: #C9C9C9. Windows color (decimal): -1063809 or 8373487. OLE color: 8373487.
HSL color Cylindrical-coordinate representation of color #EFC47F: hue angle of 36.96º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFC47F is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 127 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.06 |
| HSL | 36.96º | 0.78% | 0.72% | - |
| HSV(B) | 36.96º | 0.47% | 0.94% | - |
| XYZ | 59.17 | 59.36 | 28.42 | - |
| YUV | 200.99 | 86.25 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 127 | 0 | 0.18 | 0.47 | 0.06 | 36.96 | 0.78 | 0.72 |
| Hex | EF | C4 | 7F | 0 | 12 | 2F | 6 | 25 | 4E | 48 |
| Octal | 357 | 304 | 177 | 0 | 22 | 57 | 6 | 45 | 116 | 110 |
| Binary | 11101111 | 11000100 | 1111111 | 0 | 10010 | 101111 | 110 | 100101 | 1001110 | 1001000 |
Color Harmonies of #EFC47F
Complementary color
Monochromatic Colors of #EFC47F
Black with #EFC47F
Text Example
Text Example
White with #EFC47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC47F; }
p { color: rgb(239,196,127); }
H1.HeaderClassName
{
color: #EFC47F;
}
.AnyTagClassName
{
color: #EFC47F;
}
</style>
background-color css
<style>
a { background-color: #EFC47F; }
a { background-color: rgb(239,196,127); }
div.DivClassName
{
background-color: #EFC47F;
}
.BgClassName
{
background-color: #EFC47F;
}
</style>
border-color css
<style>
span { border-color: #EFC47F; }
span { border-color: rgb(239,196,127); }
td.TdClassName
{
border-color: #EFC47F;
}
.TagClassName
{
border-color: #EFC47F;
}
</style>