Shades of Marzipan #EFCE7A
Tints of Marzipan #EFCE7A
RGB
CMYK
RGB Variations
Color information
#EFCE7A (or 0xEFCE7A) is known color: Marzipan. HEX triplet: EF, CE and 7A. RGB value is (239,206,122). Sum of RGB (Red+Green+Blue) = 239+206+122=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 122 (48.05% from 255 or 21.52% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCE7A is #103185. Grayscale: #CECECE. Windows color (decimal): -1061254 or 8048367. OLE color: 8048367.
HSL color Cylindrical-coordinate representation of color #EFCE7A: hue angle of 43.08º 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 #EFCE7A is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 122 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.06 |
| HSL | 43.08º | 0.79% | 0.71% | - |
| HSV(B) | 43.08º | 0.49% | 0.94% | - |
| XYZ | 61.18 | 63.9 | 27.52 | - |
| YUV | 206.29 | 80.43 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 122 | 0 | 0.14 | 0.49 | 0.06 | 43.08 | 0.79 | 0.71 |
| Hex | EF | CE | 7A | 0 | E | 31 | 6 | 2B | 4F | 47 |
| Octal | 357 | 316 | 172 | 0 | 16 | 61 | 6 | 53 | 117 | 107 |
| Binary | 11101111 | 11001110 | 1111010 | 0 | 1110 | 110001 | 110 | 101011 | 1001111 | 1000111 |
Color Harmonies of #EFCE7A
Complementary color
Monochromatic Colors of #EFCE7A
Black with #EFCE7A
Text Example
Text Example
White with #EFCE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCE7A; }
p { color: rgb(239,206,122); }
H1.HeaderClassName
{
color: #EFCE7A;
}
.AnyTagClassName
{
color: #EFCE7A;
}
</style>
background-color css
<style>
a { background-color: #EFCE7A; }
a { background-color: rgb(239,206,122); }
div.DivClassName
{
background-color: #EFCE7A;
}
.BgClassName
{
background-color: #EFCE7A;
}
</style>
border-color css
<style>
span { border-color: #EFCE7A; }
span { border-color: rgb(239,206,122); }
td.TdClassName
{
border-color: #EFCE7A;
}
.TagClassName
{
border-color: #EFCE7A;
}
</style>