Shades of Marzipan #EFCB83
Tints of Marzipan #EFCB83
RGB
CMYK
RGB Variations
Color information
#EFCB83 (or 0xEFCB83) is known color: Marzipan. HEX triplet: EF, CB and 83. RGB value is (239,203,131). Sum of RGB (Red+Green+Blue) = 239+203+131=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 131 (51.56% from 255 or 22.86% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCB83 is #10347C. Grayscale: #CDCDCD. Windows color (decimal): -1062013 or 8637423. OLE color: 8637423.
HSL color Cylindrical-coordinate representation of color #EFCB83: hue angle of 40º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFCB83 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 131 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.06 |
| HSL | 40º | 0.77% | 0.73% | - |
| HSV(B) | 40º | 0.45% | 0.94% | - |
| XYZ | 61.05 | 62.7 | 30.36 | - |
| YUV | 205.56 | 85.93 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 131 | 0 | 0.15 | 0.45 | 0.06 | 40 | 0.77 | 0.73 |
| Hex | EF | CB | 83 | 0 | F | 2D | 6 | 28 | 4D | 49 |
| Octal | 357 | 313 | 203 | 0 | 17 | 55 | 6 | 50 | 115 | 111 |
| Binary | 11101111 | 11001011 | 10000011 | 0 | 1111 | 101101 | 110 | 101000 | 1001101 | 1001001 |
Color Harmonies of #EFCB83
Complementary color
Monochromatic Colors of #EFCB83
Black with #EFCB83
Text Example
Text Example
White with #EFCB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCB83; }
p { color: rgb(239,203,131); }
H1.HeaderClassName
{
color: #EFCB83;
}
.AnyTagClassName
{
color: #EFCB83;
}
</style>
background-color css
<style>
a { background-color: #EFCB83; }
a { background-color: rgb(239,203,131); }
div.DivClassName
{
background-color: #EFCB83;
}
.BgClassName
{
background-color: #EFCB83;
}
</style>
border-color css
<style>
span { border-color: #EFCB83; }
span { border-color: rgb(239,203,131); }
td.TdClassName
{
border-color: #EFCB83;
}
.TagClassName
{
border-color: #EFCB83;
}
</style>