Shades of Marzipan #EFC282
Tints of Marzipan #EFC282
RGB
CMYK
RGB Variations
Color information
#EFC282 (or 0xEFC282) is known color: Marzipan. HEX triplet: EF, C2 and 82. RGB value is (239,194,130). Sum of RGB (Red+Green+Blue) = 239+194+130=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 130 (51.17% from 255 or 23.09% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC282 is #103D7D. Grayscale: #C8C8C8. Windows color (decimal): -1064318 or 8569583. OLE color: 8569583.
HSL color Cylindrical-coordinate representation of color #EFC282: hue angle of 35.23º 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 #EFC282 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 130 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.06 |
| HSL | 35.23º | 0.77% | 0.72% | - |
| HSV(B) | 35.23º | 0.46% | 0.94% | - |
| XYZ | 58.92 | 58.55 | 29.31 | - |
| YUV | 200.16 | 88.41 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 130 | 0 | 0.19 | 0.46 | 0.06 | 35.23 | 0.77 | 0.72 |
| Hex | EF | C2 | 82 | 0 | 13 | 2E | 6 | 23 | 4D | 48 |
| Octal | 357 | 302 | 202 | 0 | 23 | 56 | 6 | 43 | 115 | 110 |
| Binary | 11101111 | 11000010 | 10000010 | 0 | 10011 | 101110 | 110 | 100011 | 1001101 | 1001000 |
Color Harmonies of #EFC282
Complementary color
Monochromatic Colors of #EFC282
Black with #EFC282
Text Example
Text Example
White with #EFC282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC282; }
p { color: rgb(239,194,130); }
H1.HeaderClassName
{
color: #EFC282;
}
.AnyTagClassName
{
color: #EFC282;
}
</style>
background-color css
<style>
a { background-color: #EFC282; }
a { background-color: rgb(239,194,130); }
div.DivClassName
{
background-color: #EFC282;
}
.BgClassName
{
background-color: #EFC282;
}
</style>
border-color css
<style>
span { border-color: #EFC282; }
span { border-color: rgb(239,194,130); }
td.TdClassName
{
border-color: #EFC282;
}
.TagClassName
{
border-color: #EFC282;
}
</style>