Shades of Marzipan #EFC375
Tints of Marzipan #EFC375
RGB
CMYK
RGB Variations
Color information
#EFC375 (or 0xEFC375) is known color: Marzipan. HEX triplet: EF, C3 and 75. RGB value is (239,195,117). Sum of RGB (Red+Green+Blue) = 239+195+117=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 117 (46.09% from 255 or 21.23% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC375 is #103C8A. Grayscale: #C7C7C7. Windows color (decimal): -1064075 or 7717871. OLE color: 7717871.
HSL color Cylindrical-coordinate representation of color #EFC375: hue angle of 38.36º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFC375 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 117 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.06 |
| HSL | 38.36º | 0.79% | 0.7% | - |
| HSV(B) | 38.36º | 0.51% | 0.94% | - |
| XYZ | 58.32 | 58.67 | 25.08 | - |
| YUV | 199.26 | 81.58 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 117 | 0 | 0.18 | 0.51 | 0.06 | 38.36 | 0.79 | 0.7 |
| Hex | EF | C3 | 75 | 0 | 12 | 33 | 6 | 26 | 4F | 46 |
| Octal | 357 | 303 | 165 | 0 | 22 | 63 | 6 | 46 | 117 | 106 |
| Binary | 11101111 | 11000011 | 1110101 | 0 | 10010 | 110011 | 110 | 100110 | 1001111 | 1000110 |
Color Harmonies of #EFC375
Complementary color
Monochromatic Colors of #EFC375
Black with #EFC375
Text Example
Text Example
White with #EFC375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC375; }
p { color: rgb(239,195,117); }
H1.HeaderClassName
{
color: #EFC375;
}
.AnyTagClassName
{
color: #EFC375;
}
</style>
background-color css
<style>
a { background-color: #EFC375; }
a { background-color: rgb(239,195,117); }
div.DivClassName
{
background-color: #EFC375;
}
.BgClassName
{
background-color: #EFC375;
}
</style>
border-color css
<style>
span { border-color: #EFC375; }
span { border-color: rgb(239,195,117); }
td.TdClassName
{
border-color: #EFC375;
}
.TagClassName
{
border-color: #EFC375;
}
</style>