Shades of Marzipan #EFC773
Tints of Marzipan #EFC773
RGB
CMYK
RGB Variations
Color information
#EFC773 (or 0xEFC773) is known color: Marzipan. HEX triplet: EF, C7 and 73. RGB value is (239,199,115). Sum of RGB (Red+Green+Blue) = 239+199+115=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 199 (78.12% from 255 or 35.99% from 553); Blue value is 115 (45.31% from 255 or 20.80% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC773 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC773 is #10388C. Grayscale: #C9C9C9. Windows color (decimal): -1063053 or 7587823. OLE color: 7587823.
HSL color Cylindrical-coordinate representation of color #EFC773: hue angle of 40.65º 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 #EFC773 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 115 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.06 |
| HSL | 40.65º | 0.79% | 0.69% | - |
| HSV(B) | 40.65º | 0.52% | 0.94% | - |
| XYZ | 59.11 | 60.44 | 24.77 | - |
| YUV | 201.38 | 79.25 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 115 | 0 | 0.17 | 0.52 | 0.06 | 40.65 | 0.79 | 0.69 |
| Hex | EF | C7 | 73 | 0 | 11 | 34 | 6 | 29 | 4F | 45 |
| Octal | 357 | 307 | 163 | 0 | 21 | 64 | 6 | 51 | 117 | 105 |
| Binary | 11101111 | 11000111 | 1110011 | 0 | 10001 | 110100 | 110 | 101001 | 1001111 | 1000101 |
Color Harmonies of #EFC773
Complementary color
Monochromatic Colors of #EFC773
Black with #EFC773
Text Example
Text Example
White with #EFC773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC773; }
p { color: rgb(239,199,115); }
H1.HeaderClassName
{
color: #EFC773;
}
.AnyTagClassName
{
color: #EFC773;
}
</style>
background-color css
<style>
a { background-color: #EFC773; }
a { background-color: rgb(239,199,115); }
div.DivClassName
{
background-color: #EFC773;
}
.BgClassName
{
background-color: #EFC773;
}
</style>
border-color css
<style>
span { border-color: #EFC773; }
span { border-color: rgb(239,199,115); }
td.TdClassName
{
border-color: #EFC773;
}
.TagClassName
{
border-color: #EFC773;
}
</style>