Shades of Marzipan #EFC673
Tints of Marzipan #EFC673
RGB
CMYK
RGB Variations
Color information
#EFC673 (or 0xEFC673) is known color: Marzipan. HEX triplet: EF, C6 and 73. RGB value is (239,198,115). Sum of RGB (Red+Green+Blue) = 239+198+115=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 115 (45.31% from 255 or 20.83% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC673 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC673 is #10398C. Grayscale: #C9C9C9. Windows color (decimal): -1063309 or 7587567. OLE color: 7587567.
HSL color Cylindrical-coordinate representation of color #EFC673: hue angle of 40.16º 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 #EFC673 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 115 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.06 |
| HSL | 40.16º | 0.79% | 0.69% | - |
| HSV(B) | 40.16º | 0.52% | 0.94% | - |
| XYZ | 58.89 | 59.98 | 24.69 | - |
| YUV | 200.8 | 79.58 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 115 | 0 | 0.17 | 0.52 | 0.06 | 40.16 | 0.79 | 0.69 |
| Hex | EF | C6 | 73 | 0 | 11 | 34 | 6 | 28 | 4F | 45 |
| Octal | 357 | 306 | 163 | 0 | 21 | 64 | 6 | 50 | 117 | 105 |
| Binary | 11101111 | 11000110 | 1110011 | 0 | 10001 | 110100 | 110 | 101000 | 1001111 | 1000101 |
Color Harmonies of #EFC673
Complementary color
Monochromatic Colors of #EFC673
Black with #EFC673
Text Example
Text Example
White with #EFC673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC673; }
p { color: rgb(239,198,115); }
H1.HeaderClassName
{
color: #EFC673;
}
.AnyTagClassName
{
color: #EFC673;
}
</style>
background-color css
<style>
a { background-color: #EFC673; }
a { background-color: rgb(239,198,115); }
div.DivClassName
{
background-color: #EFC673;
}
.BgClassName
{
background-color: #EFC673;
}
</style>
border-color css
<style>
span { border-color: #EFC673; }
span { border-color: rgb(239,198,115); }
td.TdClassName
{
border-color: #EFC673;
}
.TagClassName
{
border-color: #EFC673;
}
</style>