#EACA80

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

Shades of Marzipan #EACA80

Tints of Marzipan #EACA80

Color information

#EACA80 (or 0xEACA80) is unknown color: approx Marzipan. HEX triplet: EA, CA and 80. RGB value is (234,202,128). Sum of RGB (Red+Green+Blue) = 234+202+128=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 128 (50.39% from 255 or 22.70% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACA80 is #15357F. Grayscale: #CBCBCB. Windows color (decimal): -1389952 or 8440554. OLE color: 8440554.

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

Color convert

RGB234202128-
CMYK00.140.450.08
HSL41.89º71.62%70.98%-
HSV(B)41.89º45.3%91.76%-
XYZ58.9561.2929.15-
YUV203.1385.6150.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.49%
GREEN value IS 202 (79.30% from 255) = 35.82%
BLUE value IS 128 (50.39% from 255) = 22.70%
R=41.49%
G=35.82%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420212800.140.450.0841.8971.6270.98
HexEACA800E2D82a4847
Octal352312200016551052110107
Binary11101010110010101000000001110101101100010101010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACA80; }

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

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

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

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

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

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

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

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