Shades of Marzipan #EFC985
Tints of Marzipan #EFC985
RGB
CMYK
RGB Variations
Color information
#EFC985 (or 0xEFC985) is known color: Marzipan. HEX triplet: EF, C9 and 85. RGB value is (239,201,133). Sum of RGB (Red+Green+Blue) = 239+201+133=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 133 (52.34% from 255 or 23.21% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC985 is #10367A. Grayscale: #CCCCCC. Windows color (decimal): -1062523 or 8767983. OLE color: 8767983.
HSL color Cylindrical-coordinate representation of color #EFC985: hue angle of 38.49º 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 #EFC985 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 133 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.06 |
| HSL | 38.49º | 0.77% | 0.73% | - |
| HSV(B) | 38.49º | 0.44% | 0.94% | - |
| XYZ | 60.72 | 61.82 | 30.92 | - |
| YUV | 204.61 | 87.59 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 133 | 0 | 0.16 | 0.44 | 0.06 | 38.49 | 0.77 | 0.73 |
| Hex | EF | C9 | 85 | 0 | 10 | 2C | 6 | 26 | 4D | 49 |
| Octal | 357 | 311 | 205 | 0 | 20 | 54 | 6 | 46 | 115 | 111 |
| Binary | 11101111 | 11001001 | 10000101 | 0 | 10000 | 101100 | 110 | 100110 | 1001101 | 1001001 |
Color Harmonies of #EFC985
Complementary color
Monochromatic Colors of #EFC985
Black with #EFC985
Text Example
Text Example
White with #EFC985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC985; }
p { color: rgb(239,201,133); }
H1.HeaderClassName
{
color: #EFC985;
}
.AnyTagClassName
{
color: #EFC985;
}
</style>
background-color css
<style>
a { background-color: #EFC985; }
a { background-color: rgb(239,201,133); }
div.DivClassName
{
background-color: #EFC985;
}
.BgClassName
{
background-color: #EFC985;
}
</style>
border-color css
<style>
span { border-color: #EFC985; }
span { border-color: rgb(239,201,133); }
td.TdClassName
{
border-color: #EFC985;
}
.TagClassName
{
border-color: #EFC985;
}
</style>