#EACB87

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

Shades of Marzipan #EACB87

Tints of Marzipan #EACB87

Color information

#EACB87 (or 0xEACB87) is unknown color: approx Marzipan. HEX triplet: EA, CB and 87. RGB value is (234,203,135). Sum of RGB (Red+Green+Blue) = 234+203+135=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 135 (53.12% from 255 or 23.60% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACB87 is #153478. Grayscale: #CCCCCC. Windows color (decimal): -1389689 or 8899562. OLE color: 8899562.

HSL color Cylindrical-coordinate representation of color #EACB87: hue angle of 41.21º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EACB87 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB234203135-
CMYK00.130.420.08
HSL41.21º70.21%72.35%-
HSV(B)41.21º42.31%91.76%-
XYZ59.6661.9531.74-
YUV204.5288.77149.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.91%
GREEN value IS 203 (79.69% from 255) = 35.49%
BLUE value IS 135 (53.12% from 255) = 23.60%
R=40.91%
G=35.49%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420313500.130.420.0841.2170.2172.35
HexEACB870D2A8294648
Octal352313207015521051106110
Binary11101010110010111000011101101101010100010100110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACB87; }

 p { color: rgb(234,203,135); }

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

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

 a { background-color: rgb(234,203,135); }

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

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

 span { border-color: rgb(234,203,135); }

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