Shades of Marzipan #EFC67F
Tints of Marzipan #EFC67F
RGB
CMYK
RGB Variations
Color information
#EFC67F (or 0xEFC67F) is known color: Marzipan. HEX triplet: EF, C6 and 7F. RGB value is (239,198,127). Sum of RGB (Red+Green+Blue) = 239+198+127=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 127 (50% from 255 or 22.52% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC67F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC67F is #103980. Grayscale: #CACACA. Windows color (decimal): -1063297 or 8373999. OLE color: 8373999.
HSL color Cylindrical-coordinate representation of color #EFC67F: hue angle of 38.04º 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 #EFC67F is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 127 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.06 |
| HSL | 38.04º | 0.78% | 0.72% | - |
| HSV(B) | 38.04º | 0.47% | 0.94% | - |
| XYZ | 59.62 | 60.27 | 28.57 | - |
| YUV | 202.17 | 85.58 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 127 | 0 | 0.17 | 0.47 | 0.06 | 38.04 | 0.78 | 0.72 |
| Hex | EF | C6 | 7F | 0 | 11 | 2F | 6 | 26 | 4E | 48 |
| Octal | 357 | 306 | 177 | 0 | 21 | 57 | 6 | 46 | 116 | 110 |
| Binary | 11101111 | 11000110 | 1111111 | 0 | 10001 | 101111 | 110 | 100110 | 1001110 | 1001000 |
Color Harmonies of #EFC67F
Complementary color
Monochromatic Colors of #EFC67F
Black with #EFC67F
Text Example
Text Example
White with #EFC67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC67F; }
p { color: rgb(239,198,127); }
H1.HeaderClassName
{
color: #EFC67F;
}
.AnyTagClassName
{
color: #EFC67F;
}
</style>
background-color css
<style>
a { background-color: #EFC67F; }
a { background-color: rgb(239,198,127); }
div.DivClassName
{
background-color: #EFC67F;
}
.BgClassName
{
background-color: #EFC67F;
}
</style>
border-color css
<style>
span { border-color: #EFC67F; }
span { border-color: rgb(239,198,127); }
td.TdClassName
{
border-color: #EFC67F;
}
.TagClassName
{
border-color: #EFC67F;
}
</style>