Shades of Marzipan #EFC385
Tints of Marzipan #EFC385
RGB
CMYK
RGB Variations
Color information
#EFC385 (or 0xEFC385) is known color: Marzipan. HEX triplet: EF, C3 and 85. RGB value is (239,195,133). Sum of RGB (Red+Green+Blue) = 239+195+133=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 133 (52.34% from 255 or 23.46% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC385 is #103C7A. Grayscale: #C9C9C9. Windows color (decimal): -1064059 or 8766447. OLE color: 8766447.
HSL color Cylindrical-coordinate representation of color #EFC385: hue angle of 35.09º 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 #EFC385 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 133 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.06 |
| HSL | 35.09º | 0.77% | 0.73% | - |
| HSV(B) | 35.09º | 0.44% | 0.94% | - |
| XYZ | 59.35 | 59.07 | 30.46 | - |
| YUV | 201.09 | 89.58 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 133 | 0 | 0.18 | 0.44 | 0.06 | 35.09 | 0.77 | 0.73 |
| Hex | EF | C3 | 85 | 0 | 12 | 2C | 6 | 23 | 4D | 49 |
| Octal | 357 | 303 | 205 | 0 | 22 | 54 | 6 | 43 | 115 | 111 |
| Binary | 11101111 | 11000011 | 10000101 | 0 | 10010 | 101100 | 110 | 100011 | 1001101 | 1001001 |
Color Harmonies of #EFC385
Complementary color
Monochromatic Colors of #EFC385
Black with #EFC385
Text Example
Text Example
White with #EFC385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC385; }
p { color: rgb(239,195,133); }
H1.HeaderClassName
{
color: #EFC385;
}
.AnyTagClassName
{
color: #EFC385;
}
</style>
background-color css
<style>
a { background-color: #EFC385; }
a { background-color: rgb(239,195,133); }
div.DivClassName
{
background-color: #EFC385;
}
.BgClassName
{
background-color: #EFC385;
}
</style>
border-color css
<style>
span { border-color: #EFC385; }
span { border-color: rgb(239,195,133); }
td.TdClassName
{
border-color: #EFC385;
}
.TagClassName
{
border-color: #EFC385;
}
</style>