Shades of Marzipan #EFC57F
Tints of Marzipan #EFC57F
RGB
CMYK
RGB Variations
Color information
#EFC57F (or 0xEFC57F) is known color: Marzipan. HEX triplet: EF, C5 and 7F. RGB value is (239,197,127). Sum of RGB (Red+Green+Blue) = 239+197+127=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 127 (50% from 255 or 22.56% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC57F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC57F is #103A80. Grayscale: #C9C9C9. Windows color (decimal): -1063553 or 8373743. OLE color: 8373743.
HSL color Cylindrical-coordinate representation of color #EFC57F: hue angle of 37.5º 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 #EFC57F is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 127 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.06 |
| HSL | 37.5º | 0.78% | 0.72% | - |
| HSV(B) | 37.5º | 0.47% | 0.94% | - |
| XYZ | 59.39 | 59.82 | 28.49 | - |
| YUV | 201.58 | 85.91 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 127 | 0 | 0.18 | 0.47 | 0.06 | 37.5 | 0.78 | 0.72 |
| Hex | EF | C5 | 7F | 0 | 12 | 2F | 6 | 26 | 4E | 48 |
| Octal | 357 | 305 | 177 | 0 | 22 | 57 | 6 | 46 | 116 | 110 |
| Binary | 11101111 | 11000101 | 1111111 | 0 | 10010 | 101111 | 110 | 100110 | 1001110 | 1001000 |
Color Harmonies of #EFC57F
Complementary color
Monochromatic Colors of #EFC57F
Black with #EFC57F
Text Example
Text Example
White with #EFC57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC57F; }
p { color: rgb(239,197,127); }
H1.HeaderClassName
{
color: #EFC57F;
}
.AnyTagClassName
{
color: #EFC57F;
}
</style>
background-color css
<style>
a { background-color: #EFC57F; }
a { background-color: rgb(239,197,127); }
div.DivClassName
{
background-color: #EFC57F;
}
.BgClassName
{
background-color: #EFC57F;
}
</style>
border-color css
<style>
span { border-color: #EFC57F; }
span { border-color: rgb(239,197,127); }
td.TdClassName
{
border-color: #EFC57F;
}
.TagClassName
{
border-color: #EFC57F;
}
</style>