Shades of Marzipan #EFC581
Tints of Marzipan #EFC581
RGB
CMYK
RGB Variations
Color information
#EFC581 (or 0xEFC581) is known color: Marzipan. HEX triplet: EF, C5 and 81. RGB value is (239,197,129). Sum of RGB (Red+Green+Blue) = 239+197+129=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 129 (50.78% from 255 or 22.83% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC581 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC581 is #103A7E. Grayscale: #CACACA. Windows color (decimal): -1063551 or 8504815. OLE color: 8504815.
HSL color Cylindrical-coordinate representation of color #EFC581: hue angle of 37.09º 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 #EFC581 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 129 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.06 |
| HSL | 37.09º | 0.77% | 0.72% | - |
| HSV(B) | 37.09º | 0.46% | 0.94% | - |
| XYZ | 59.53 | 59.87 | 29.19 | - |
| YUV | 201.81 | 86.91 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 129 | 0 | 0.18 | 0.46 | 0.06 | 37.09 | 0.77 | 0.72 |
| Hex | EF | C5 | 81 | 0 | 12 | 2E | 6 | 25 | 4D | 48 |
| Octal | 357 | 305 | 201 | 0 | 22 | 56 | 6 | 45 | 115 | 110 |
| Binary | 11101111 | 11000101 | 10000001 | 0 | 10010 | 101110 | 110 | 100101 | 1001101 | 1001000 |
Color Harmonies of #EFC581
Complementary color
Monochromatic Colors of #EFC581
Black with #EFC581
Text Example
Text Example
White with #EFC581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC581; }
p { color: rgb(239,197,129); }
H1.HeaderClassName
{
color: #EFC581;
}
.AnyTagClassName
{
color: #EFC581;
}
</style>
background-color css
<style>
a { background-color: #EFC581; }
a { background-color: rgb(239,197,129); }
div.DivClassName
{
background-color: #EFC581;
}
.BgClassName
{
background-color: #EFC581;
}
</style>
border-color css
<style>
span { border-color: #EFC581; }
span { border-color: rgb(239,197,129); }
td.TdClassName
{
border-color: #EFC581;
}
.TagClassName
{
border-color: #EFC581;
}
</style>