#EACA88

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

Shades of Marzipan #EACA88

Tints of Marzipan #EACA88

Color information

#EACA88 (or 0xEACA88) is unknown color: approx Marzipan. HEX triplet: EA, CA and 88. RGB value is (234,202,136). Sum of RGB (Red+Green+Blue) = 234+202+136=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 136 (53.52% from 255 or 23.78% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACA88 is #153577. Grayscale: #CCCCCC. Windows color (decimal): -1389944 or 8964842. OLE color: 8964842.

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

Color convert

RGB234202136-
CMYK00.140.420.08
HSL40.41º70%72.55%-
HSV(B)40.41º41.88%91.76%-
XYZ59.561.5132.03-
YUV204.0489.6149.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.91%
GREEN value IS 202 (79.30% from 255) = 35.31%
BLUE value IS 136 (53.52% from 255) = 23.78%
R=40.91%
G=35.31%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420213600.140.420.0840.417072.55
HexEACA880E2A8284649
Octal352312210016521050106111
Binary11101010110010101000100001110101010100010100010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACA88; }

 p { color: rgb(234,202,136); }

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

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

 a { background-color: rgb(234,202,136); }

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

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

 span { border-color: rgb(234,202,136); }

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