Shades of Marzipan #EFC47A
Tints of Marzipan #EFC47A
RGB
CMYK
RGB Variations
Color information
#EFC47A (or 0xEFC47A) is known color: Marzipan. HEX triplet: EF, C4 and 7A. RGB value is (239,196,122). Sum of RGB (Red+Green+Blue) = 239+196+122=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 196 (76.95% from 255 or 35.19% from 557); Blue value is 122 (48.05% from 255 or 21.90% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC47A is #103B85. Grayscale: #C8C8C8. Windows color (decimal): -1063814 or 8045807. OLE color: 8045807.
HSL color Cylindrical-coordinate representation of color #EFC47A: hue angle of 37.95º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFC47A is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 122 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.06 |
| HSL | 37.95º | 0.79% | 0.71% | - |
| HSV(B) | 37.95º | 0.49% | 0.94% | - |
| XYZ | 58.85 | 59.24 | 26.74 | - |
| YUV | 200.42 | 83.75 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 122 | 0 | 0.18 | 0.49 | 0.06 | 37.95 | 0.79 | 0.71 |
| Hex | EF | C4 | 7A | 0 | 12 | 31 | 6 | 26 | 4F | 47 |
| Octal | 357 | 304 | 172 | 0 | 22 | 61 | 6 | 46 | 117 | 107 |
| Binary | 11101111 | 11000100 | 1111010 | 0 | 10010 | 110001 | 110 | 100110 | 1001111 | 1000111 |
Color Harmonies of #EFC47A
Complementary color
Monochromatic Colors of #EFC47A
Black with #EFC47A
Text Example
Text Example
White with #EFC47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC47A; }
p { color: rgb(239,196,122); }
H1.HeaderClassName
{
color: #EFC47A;
}
.AnyTagClassName
{
color: #EFC47A;
}
</style>
background-color css
<style>
a { background-color: #EFC47A; }
a { background-color: rgb(239,196,122); }
div.DivClassName
{
background-color: #EFC47A;
}
.BgClassName
{
background-color: #EFC47A;
}
</style>
border-color css
<style>
span { border-color: #EFC47A; }
span { border-color: rgb(239,196,122); }
td.TdClassName
{
border-color: #EFC47A;
}
.TagClassName
{
border-color: #EFC47A;
}
</style>