Shades of Marzipan #EFC57D
Tints of Marzipan #EFC57D
RGB
CMYK
RGB Variations
Color information
#EFC57D (or 0xEFC57D) is known color: Marzipan. HEX triplet: EF, C5 and 7D. RGB value is (239,197,125). Sum of RGB (Red+Green+Blue) = 239+197+125=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC57D is #103A82. Grayscale: #C9C9C9. Windows color (decimal): -1063555 or 8242671. OLE color: 8242671.
HSL color Cylindrical-coordinate representation of color #EFC57D: hue angle of 37.89º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFC57D is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 125 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.06 |
| HSL | 37.89º | 0.78% | 0.71% | - |
| HSV(B) | 37.89º | 0.48% | 0.94% | - |
| XYZ | 59.26 | 59.76 | 27.81 | - |
| YUV | 201.35 | 84.91 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 125 | 0 | 0.18 | 0.48 | 0.06 | 37.89 | 0.78 | 0.71 |
| Hex | EF | C5 | 7D | 0 | 12 | 30 | 6 | 26 | 4E | 47 |
| Octal | 357 | 305 | 175 | 0 | 22 | 60 | 6 | 46 | 116 | 107 |
| Binary | 11101111 | 11000101 | 1111101 | 0 | 10010 | 110000 | 110 | 100110 | 1001110 | 1000111 |
Color Harmonies of #EFC57D
Complementary color
Monochromatic Colors of #EFC57D
Black with #EFC57D
Text Example
Text Example
White with #EFC57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC57D; }
p { color: rgb(239,197,125); }
H1.HeaderClassName
{
color: #EFC57D;
}
.AnyTagClassName
{
color: #EFC57D;
}
</style>
background-color css
<style>
a { background-color: #EFC57D; }
a { background-color: rgb(239,197,125); }
div.DivClassName
{
background-color: #EFC57D;
}
.BgClassName
{
background-color: #EFC57D;
}
</style>
border-color css
<style>
span { border-color: #EFC57D; }
span { border-color: rgb(239,197,125); }
td.TdClassName
{
border-color: #EFC57D;
}
.TagClassName
{
border-color: #EFC57D;
}
</style>