#E7C986

Color #E7C986 Marzipan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Marzipan #E7C986

Tints of Marzipan #E7C986

Color information

#E7C986 (or 0xE7C986) is unknown color: approx Marzipan. HEX triplet: E7, C9 and 86. RGB value is (231,201,134). Sum of RGB (Red+Green+Blue) = 231+201+134=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 134 (52.73% from 255 or 23.67% from 566); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C986 is #183679. Grayscale: #CACACA. Windows color (decimal): -1586810 or 8833511. OLE color: 8833511.

HSL color Cylindrical-coordinate representation of color #E7C986: hue angle of 41.44º 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 #E7C986 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB231201134-
CMYK00.130.420.09
HSL41.44º66.9%71.57%-
HSV(B)41.44º41.99%90.59%-
XYZ58.1460.4831.16-
YUV202.3389.44148.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 40.81%
GREEN value IS 201 (78.91% from 255) = 35.51%
BLUE value IS 134 (52.73% from 255) = 23.67%
R=40.81%
G=35.51%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120113400.130.420.0941.4466.971.57
HexE7C9860D2A9294348
Octal347311206015521151103110
Binary11100111110010011000011001101101010100110100110000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C986; }

 p { color: rgb(231,201,134); }

 H1.HeaderClassName
 {
   color: #E7C986;
 }
 .AnyTagClassName
 {
   color: #E7C986;
 }
</style>
background-color css

<style>
 a { background-color: #E7C986; }

 a { background-color: rgb(231,201,134); }

 div.DivClassName
 {
   background-color: #E7C986;
 }
 .BgClassName
 {
   background-color: #E7C986;
 }
</style>
border-color css

<style>
 span { border-color: #E7C986; }

 span { border-color: rgb(231,201,134); }

 td.TdClassName
 {
   border-color: #E7C986;
 }
 .TagClassName
 {
   border-color: #E7C986;
 }
</style>