#E7CA86

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

Shades of Marzipan #E7CA86

Tints of Marzipan #E7CA86

Color information

#E7CA86 (or 0xE7CA86) is unknown color: approx Marzipan. HEX triplet: E7, CA and 86. RGB value is (231,202,134). Sum of RGB (Red+Green+Blue) = 231+202+134=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 134 (52.73% from 255 or 23.63% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CA86 is #183579. Grayscale: #CBCBCB. Windows color (decimal): -1586554 or 8833767. OLE color: 8833767.

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

Color convert

RGB231202134-
CMYK00.130.420.09
HSL42.06º66.9%71.57%-
HSV(B)42.06º41.99%90.59%-
XYZ58.3860.9531.24-
YUV202.9289.11148.03-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.74%
GREEN value IS 202 (79.30% from 255) = 35.63%
BLUE value IS 134 (52.73% from 255) = 23.63%
R=40.74%
G=35.63%
B=23.63%

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
Decimal23120213400.130.420.0942.0666.971.57
HexE7CA860D2A92a4348
Octal347312206015521152103110
Binary11100111110010101000011001101101010100110101010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CA86; }

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

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

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

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

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

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

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

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