Shades of Marzipan #EFC97F
Tints of Marzipan #EFC97F
RGB
CMYK
RGB Variations
Color information
#EFC97F (or 0xEFC97F) is known color: Marzipan. HEX triplet: EF, C9 and 7F. RGB value is (239,201,127). Sum of RGB (Red+Green+Blue) = 239+201+127=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 127 (50% from 255 or 22.40% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC97F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC97F is #103680. Grayscale: #CCCCCC. Windows color (decimal): -1062529 or 8374767. OLE color: 8374767.
HSL color Cylindrical-coordinate representation of color #EFC97F: hue angle of 39.64º 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 #EFC97F is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 127 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.06 |
| HSL | 39.64º | 0.78% | 0.72% | - |
| HSV(B) | 39.64º | 0.47% | 0.94% | - |
| XYZ | 60.31 | 61.66 | 28.8 | - |
| YUV | 203.93 | 84.59 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 127 | 0 | 0.16 | 0.47 | 0.06 | 39.64 | 0.78 | 0.72 |
| Hex | EF | C9 | 7F | 0 | 10 | 2F | 6 | 28 | 4E | 48 |
| Octal | 357 | 311 | 177 | 0 | 20 | 57 | 6 | 50 | 116 | 110 |
| Binary | 11101111 | 11001001 | 1111111 | 0 | 10000 | 101111 | 110 | 101000 | 1001110 | 1001000 |
Color Harmonies of #EFC97F
Complementary color
Monochromatic Colors of #EFC97F
Black with #EFC97F
Text Example
Text Example
White with #EFC97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC97F; }
p { color: rgb(239,201,127); }
H1.HeaderClassName
{
color: #EFC97F;
}
.AnyTagClassName
{
color: #EFC97F;
}
</style>
background-color css
<style>
a { background-color: #EFC97F; }
a { background-color: rgb(239,201,127); }
div.DivClassName
{
background-color: #EFC97F;
}
.BgClassName
{
background-color: #EFC97F;
}
</style>
border-color css
<style>
span { border-color: #EFC97F; }
span { border-color: rgb(239,201,127); }
td.TdClassName
{
border-color: #EFC97F;
}
.TagClassName
{
border-color: #EFC97F;
}
</style>