Shades of Marzipan #EFC373
Tints of Marzipan #EFC373
RGB
CMYK
RGB Variations
Color information
#EFC373 (or 0xEFC373) is known color: Marzipan. HEX triplet: EF, C3 and 73. RGB value is (239,195,115). Sum of RGB (Red+Green+Blue) = 239+195+115=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 115 (45.31% from 255 or 20.95% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC373 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC373 is #103C8C. Grayscale: #C7C7C7. Windows color (decimal): -1064077 or 7586799. OLE color: 7586799.
HSL color Cylindrical-coordinate representation of color #EFC373: hue angle of 38.71º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFC373 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 115 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.06 |
| HSL | 38.71º | 0.79% | 0.69% | - |
| HSV(B) | 38.71º | 0.52% | 0.94% | - |
| XYZ | 58.21 | 58.62 | 24.47 | - |
| YUV | 199.04 | 80.58 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 115 | 0 | 0.18 | 0.52 | 0.06 | 38.71 | 0.79 | 0.69 |
| Hex | EF | C3 | 73 | 0 | 12 | 34 | 6 | 27 | 4F | 45 |
| Octal | 357 | 303 | 163 | 0 | 22 | 64 | 6 | 47 | 117 | 105 |
| Binary | 11101111 | 11000011 | 1110011 | 0 | 10010 | 110100 | 110 | 100111 | 1001111 | 1000101 |
Color Harmonies of #EFC373
Complementary color
Monochromatic Colors of #EFC373
Black with #EFC373
Text Example
Text Example
White with #EFC373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC373; }
p { color: rgb(239,195,115); }
H1.HeaderClassName
{
color: #EFC373;
}
.AnyTagClassName
{
color: #EFC373;
}
</style>
background-color css
<style>
a { background-color: #EFC373; }
a { background-color: rgb(239,195,115); }
div.DivClassName
{
background-color: #EFC373;
}
.BgClassName
{
background-color: #EFC373;
}
</style>
border-color css
<style>
span { border-color: #EFC373; }
span { border-color: rgb(239,195,115); }
td.TdClassName
{
border-color: #EFC373;
}
.TagClassName
{
border-color: #EFC373;
}
</style>