Shades of Marzipan #EFC882
Tints of Marzipan #EFC882
RGB
CMYK
RGB Variations
Color information
#EFC882 (or 0xEFC882) is known color: Marzipan. HEX triplet: EF, C8 and 82. RGB value is (239,200,130). Sum of RGB (Red+Green+Blue) = 239+200+130=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 200 (78.52% from 255 or 35.15% from 569); Blue value is 130 (51.17% from 255 or 22.85% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC882 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC882 is #10377D. Grayscale: #CCCCCC. Windows color (decimal): -1062782 or 8571119. OLE color: 8571119.
HSL color Cylindrical-coordinate representation of color #EFC882: hue angle of 38.53º 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 #EFC882 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 130 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.06 |
| HSL | 38.53º | 0.77% | 0.72% | - |
| HSV(B) | 38.53º | 0.46% | 0.94% | - |
| XYZ | 60.28 | 61.27 | 29.77 | - |
| YUV | 203.68 | 86.42 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 130 | 0 | 0.16 | 0.46 | 0.06 | 38.53 | 0.77 | 0.72 |
| Hex | EF | C8 | 82 | 0 | 10 | 2E | 6 | 27 | 4D | 48 |
| Octal | 357 | 310 | 202 | 0 | 20 | 56 | 6 | 47 | 115 | 110 |
| Binary | 11101111 | 11001000 | 10000010 | 0 | 10000 | 101110 | 110 | 100111 | 1001101 | 1001000 |
Color Harmonies of #EFC882
Complementary color
Monochromatic Colors of #EFC882
Black with #EFC882
Text Example
Text Example
White with #EFC882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC882; }
p { color: rgb(239,200,130); }
H1.HeaderClassName
{
color: #EFC882;
}
.AnyTagClassName
{
color: #EFC882;
}
</style>
background-color css
<style>
a { background-color: #EFC882; }
a { background-color: rgb(239,200,130); }
div.DivClassName
{
background-color: #EFC882;
}
.BgClassName
{
background-color: #EFC882;
}
</style>
border-color css
<style>
span { border-color: #EFC882; }
span { border-color: rgb(239,200,130); }
td.TdClassName
{
border-color: #EFC882;
}
.TagClassName
{
border-color: #EFC882;
}
</style>