Shades of Marzipan #EFC580
Tints of Marzipan #EFC580
RGB
CMYK
RGB Variations
Color information
#EFC580 (or 0xEFC580) is known color: Marzipan. HEX triplet: EF, C5 and 80. RGB value is (239,197,128). Sum of RGB (Red+Green+Blue) = 239+197+128=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 128 (50.39% from 255 or 22.70% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC580 is #103A7F. Grayscale: #CACACA. Windows color (decimal): -1063552 or 8439279. OLE color: 8439279.
HSL color Cylindrical-coordinate representation of color #EFC580: hue angle of 37.3º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFC580 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 128 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.06 |
| HSL | 37.3º | 0.78% | 0.72% | - |
| HSV(B) | 37.3º | 0.46% | 0.94% | - |
| XYZ | 59.46 | 59.84 | 28.84 | - |
| YUV | 201.69 | 86.41 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 128 | 0 | 0.18 | 0.46 | 0.06 | 37.3 | 0.78 | 0.72 |
| Hex | EF | C5 | 80 | 0 | 12 | 2E | 6 | 25 | 4E | 48 |
| Octal | 357 | 305 | 200 | 0 | 22 | 56 | 6 | 45 | 116 | 110 |
| Binary | 11101111 | 11000101 | 10000000 | 0 | 10010 | 101110 | 110 | 100101 | 1001110 | 1001000 |
Color Harmonies of #EFC580
Complementary color
Monochromatic Colors of #EFC580
Black with #EFC580
Text Example
Text Example
White with #EFC580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC580; }
p { color: rgb(239,197,128); }
H1.HeaderClassName
{
color: #EFC580;
}
.AnyTagClassName
{
color: #EFC580;
}
</style>
background-color css
<style>
a { background-color: #EFC580; }
a { background-color: rgb(239,197,128); }
div.DivClassName
{
background-color: #EFC580;
}
.BgClassName
{
background-color: #EFC580;
}
</style>
border-color css
<style>
span { border-color: #EFC580; }
span { border-color: rgb(239,197,128); }
td.TdClassName
{
border-color: #EFC580;
}
.TagClassName
{
border-color: #EFC580;
}
</style>