Shades of Marzipan #EFCB81
Tints of Marzipan #EFCB81
RGB
CMYK
RGB Variations
Color information
#EFCB81 (or 0xEFCB81) is known color: Marzipan. HEX triplet: EF, CB and 81. RGB value is (239,203,129). Sum of RGB (Red+Green+Blue) = 239+203+129=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 129 (50.78% from 255 or 22.59% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCB81 is #10347E. Grayscale: #CDCDCD. Windows color (decimal): -1062015 or 8506351. OLE color: 8506351.
HSL color Cylindrical-coordinate representation of color #EFCB81: hue angle of 40.36º 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 #EFCB81 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 129 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.06 |
| HSL | 40.36º | 0.77% | 0.72% | - |
| HSV(B) | 40.36º | 0.46% | 0.94% | - |
| XYZ | 60.91 | 62.65 | 29.65 | - |
| YUV | 205.33 | 84.93 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 129 | 0 | 0.15 | 0.46 | 0.06 | 40.36 | 0.77 | 0.72 |
| Hex | EF | CB | 81 | 0 | F | 2E | 6 | 28 | 4D | 48 |
| Octal | 357 | 313 | 201 | 0 | 17 | 56 | 6 | 50 | 115 | 110 |
| Binary | 11101111 | 11001011 | 10000001 | 0 | 1111 | 101110 | 110 | 101000 | 1001101 | 1001000 |
Color Harmonies of #EFCB81
Complementary color
Monochromatic Colors of #EFCB81
Black with #EFCB81
Text Example
Text Example
White with #EFCB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCB81; }
p { color: rgb(239,203,129); }
H1.HeaderClassName
{
color: #EFCB81;
}
.AnyTagClassName
{
color: #EFCB81;
}
</style>
background-color css
<style>
a { background-color: #EFCB81; }
a { background-color: rgb(239,203,129); }
div.DivClassName
{
background-color: #EFCB81;
}
.BgClassName
{
background-color: #EFCB81;
}
</style>
border-color css
<style>
span { border-color: #EFCB81; }
span { border-color: rgb(239,203,129); }
td.TdClassName
{
border-color: #EFCB81;
}
.TagClassName
{
border-color: #EFCB81;
}
</style>