Shades of Marzipan #E7CB86
Tints of Marzipan #E7CB86
RGB
CMYK
RGB Variations
Color information
#E7CB86 (or 0xE7CB86) is known color: Marzipan. HEX triplet: E7, CB and 86. RGB value is (231,203,134). Sum of RGB (Red+Green+Blue) = 231+203+134=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 134 (52.73% from 255 or 23.59% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CB86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CB86 is #183479. Grayscale: #CBCBCB. Windows color (decimal): -1586298 or 8834023. OLE color: 8834023.
HSL color Cylindrical-coordinate representation of color #E7CB86: hue angle of 42.68º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E7CB86 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 203 | 134 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.09 |
| HSL | 42.68º | 0.67% | 0.72% | - |
| HSV(B) | 42.68º | 0.42% | 0.91% | - |
| XYZ | 58.61 | 61.42 | 31.32 | - |
| YUV | 203.51 | 88.78 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 203 | 134 | 0 | 0.12 | 0.42 | 0.09 | 42.68 | 0.67 | 0.72 |
| Hex | E7 | CB | 86 | 0 | C | 2A | 9 | 2B | 43 | 48 |
| Octal | 347 | 313 | 206 | 0 | 14 | 52 | 11 | 53 | 103 | 110 |
| Binary | 11100111 | 11001011 | 10000110 | 0 | 1100 | 101010 | 1001 | 101011 | 1000011 | 1001000 |
Color Harmonies of #E7CB86
Complementary color
Monochromatic Colors of #E7CB86
Black with #E7CB86
Text Example
Text Example
White with #E7CB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CB86; }
p { color: rgb(231,203,134); }
H1.HeaderClassName
{
color: #E7CB86;
}
.AnyTagClassName
{
color: #E7CB86;
}
</style>
background-color css
<style>
a { background-color: #E7CB86; }
a { background-color: rgb(231,203,134); }
div.DivClassName
{
background-color: #E7CB86;
}
.BgClassName
{
background-color: #E7CB86;
}
</style>
border-color css
<style>
span { border-color: #E7CB86; }
span { border-color: rgb(231,203,134); }
td.TdClassName
{
border-color: #E7CB86;
}
.TagClassName
{
border-color: #E7CB86;
}
</style>