Shades of Marzipan #EFC48B
Tints of Marzipan #EFC48B
RGB
CMYK
RGB Variations
Color information
#EFC48B (or 0xEFC48B) is known color: Marzipan. HEX triplet: EF, C4 and 8B. RGB value is (239,196,139). Sum of RGB (Red+Green+Blue) = 239+196+139=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 139 (54.69% from 255 or 24.22% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC48B is #103B74. Grayscale: #CACACA. Windows color (decimal): -1063797 or 9159919. OLE color: 9159919.
HSL color Cylindrical-coordinate representation of color #EFC48B: hue angle of 34.2º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFC48B is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 139 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.06 |
| HSL | 34.2º | 0.76% | 0.74% | - |
| HSV(B) | 34.2º | 0.42% | 0.94% | - |
| XYZ | 60 | 59.69 | 32.79 | - |
| YUV | 202.36 | 92.25 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 139 | 0 | 0.18 | 0.42 | 0.06 | 34.2 | 0.76 | 0.74 |
| Hex | EF | C4 | 8B | 0 | 12 | 2A | 6 | 22 | 4C | 4A |
| Octal | 357 | 304 | 213 | 0 | 22 | 52 | 6 | 42 | 114 | 112 |
| Binary | 11101111 | 11000100 | 10001011 | 0 | 10010 | 101010 | 110 | 100010 | 1001100 | 1001010 |
Color Harmonies of #EFC48B
Complementary color
Monochromatic Colors of #EFC48B
Black with #EFC48B
Text Example
Text Example
White with #EFC48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC48B; }
p { color: rgb(239,196,139); }
H1.HeaderClassName
{
color: #EFC48B;
}
.AnyTagClassName
{
color: #EFC48B;
}
</style>
background-color css
<style>
a { background-color: #EFC48B; }
a { background-color: rgb(239,196,139); }
div.DivClassName
{
background-color: #EFC48B;
}
.BgClassName
{
background-color: #EFC48B;
}
</style>
border-color css
<style>
span { border-color: #EFC48B; }
span { border-color: rgb(239,196,139); }
td.TdClassName
{
border-color: #EFC48B;
}
.TagClassName
{
border-color: #EFC48B;
}
</style>