Shades of Marzipan #EFC681
Tints of Marzipan #EFC681
RGB
CMYK
RGB Variations
Color information
#EFC681 (or 0xEFC681) is known color: Marzipan. HEX triplet: EF, C6 and 81. RGB value is (239,198,129). Sum of RGB (Red+Green+Blue) = 239+198+129=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 129 (50.78% from 255 or 22.79% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC681 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC681 is #10397E. Grayscale: #CACACA. Windows color (decimal): -1063295 or 8505071. OLE color: 8505071.
HSL color Cylindrical-coordinate representation of color #EFC681: hue angle of 37.64º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFC681 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 129 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.06 |
| HSL | 37.64º | 0.77% | 0.72% | - |
| HSV(B) | 37.64º | 0.46% | 0.94% | - |
| XYZ | 59.75 | 60.32 | 29.26 | - |
| YUV | 202.39 | 86.58 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 129 | 0 | 0.17 | 0.46 | 0.06 | 37.64 | 0.77 | 0.72 |
| Hex | EF | C6 | 81 | 0 | 11 | 2E | 6 | 26 | 4D | 48 |
| Octal | 357 | 306 | 201 | 0 | 21 | 56 | 6 | 46 | 115 | 110 |
| Binary | 11101111 | 11000110 | 10000001 | 0 | 10001 | 101110 | 110 | 100110 | 1001101 | 1001000 |
Color Harmonies of #EFC681
Complementary color
Monochromatic Colors of #EFC681
Black with #EFC681
Text Example
Text Example
White with #EFC681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC681; }
p { color: rgb(239,198,129); }
H1.HeaderClassName
{
color: #EFC681;
}
.AnyTagClassName
{
color: #EFC681;
}
</style>
background-color css
<style>
a { background-color: #EFC681; }
a { background-color: rgb(239,198,129); }
div.DivClassName
{
background-color: #EFC681;
}
.BgClassName
{
background-color: #EFC681;
}
</style>
border-color css
<style>
span { border-color: #EFC681; }
span { border-color: rgb(239,198,129); }
td.TdClassName
{
border-color: #EFC681;
}
.TagClassName
{
border-color: #EFC681;
}
</style>