Shades of Marzipan #EFC68B
Tints of Marzipan #EFC68B
RGB
CMYK
RGB Variations
Color information
#EFC68B (or 0xEFC68B) is known color: Marzipan. HEX triplet: EF, C6 and 8B. RGB value is (239,198,139). Sum of RGB (Red+Green+Blue) = 239+198+139=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 139 (54.69% from 255 or 24.13% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC68B is #103974. Grayscale: #CBCBCB. Windows color (decimal): -1063285 or 9160431. OLE color: 9160431.
HSL color Cylindrical-coordinate representation of color #EFC68B: hue angle of 35.4º 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 #EFC68B is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 139 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.06 |
| HSL | 35.4º | 0.76% | 0.74% | - |
| HSV(B) | 35.4º | 0.42% | 0.94% | - |
| XYZ | 60.45 | 60.6 | 32.94 | - |
| YUV | 203.53 | 91.58 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 139 | 0 | 0.17 | 0.42 | 0.06 | 35.4 | 0.76 | 0.74 |
| Hex | EF | C6 | 8B | 0 | 11 | 2A | 6 | 23 | 4C | 4A |
| Octal | 357 | 306 | 213 | 0 | 21 | 52 | 6 | 43 | 114 | 112 |
| Binary | 11101111 | 11000110 | 10001011 | 0 | 10001 | 101010 | 110 | 100011 | 1001100 | 1001010 |
Color Harmonies of #EFC68B
Complementary color
Monochromatic Colors of #EFC68B
Black with #EFC68B
Text Example
Text Example
White with #EFC68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC68B; }
p { color: rgb(239,198,139); }
H1.HeaderClassName
{
color: #EFC68B;
}
.AnyTagClassName
{
color: #EFC68B;
}
</style>
background-color css
<style>
a { background-color: #EFC68B; }
a { background-color: rgb(239,198,139); }
div.DivClassName
{
background-color: #EFC68B;
}
.BgClassName
{
background-color: #EFC68B;
}
</style>
border-color css
<style>
span { border-color: #EFC68B; }
span { border-color: rgb(239,198,139); }
td.TdClassName
{
border-color: #EFC68B;
}
.TagClassName
{
border-color: #EFC68B;
}
</style>