Shades of Marzipan #EFC585
Tints of Marzipan #EFC585
RGB
CMYK
RGB Variations
Color information
#EFC585 (or 0xEFC585) is known color: Marzipan. HEX triplet: EF, C5 and 85. RGB value is (239,197,133). Sum of RGB (Red+Green+Blue) = 239+197+133=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 133 (52.34% from 255 or 23.37% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC585 is #103A7A. Grayscale: #CACACA. Windows color (decimal): -1063547 or 8766959. OLE color: 8766959.
HSL color Cylindrical-coordinate representation of color #EFC585: hue angle of 36.23º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFC585 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 133 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.06 |
| HSL | 36.23º | 0.77% | 0.73% | - |
| HSV(B) | 36.23º | 0.44% | 0.94% | - |
| XYZ | 59.8 | 59.98 | 30.62 | - |
| YUV | 202.26 | 88.91 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 133 | 0 | 0.18 | 0.44 | 0.06 | 36.23 | 0.77 | 0.73 |
| Hex | EF | C5 | 85 | 0 | 12 | 2C | 6 | 24 | 4D | 49 |
| Octal | 357 | 305 | 205 | 0 | 22 | 54 | 6 | 44 | 115 | 111 |
| Binary | 11101111 | 11000101 | 10000101 | 0 | 10010 | 101100 | 110 | 100100 | 1001101 | 1001001 |
Color Harmonies of #EFC585
Complementary color
Monochromatic Colors of #EFC585
Black with #EFC585
Text Example
Text Example
White with #EFC585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC585; }
p { color: rgb(239,197,133); }
H1.HeaderClassName
{
color: #EFC585;
}
.AnyTagClassName
{
color: #EFC585;
}
</style>
background-color css
<style>
a { background-color: #EFC585; }
a { background-color: rgb(239,197,133); }
div.DivClassName
{
background-color: #EFC585;
}
.BgClassName
{
background-color: #EFC585;
}
</style>
border-color css
<style>
span { border-color: #EFC585; }
span { border-color: rgb(239,197,133); }
td.TdClassName
{
border-color: #EFC585;
}
.TagClassName
{
border-color: #EFC585;
}
</style>