#EACA7C

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

Shades of Marzipan #EACA7C

Tints of Marzipan #EACA7C

Color information

#EACA7C (or 0xEACA7C) is unknown color: approx Marzipan. HEX triplet: EA, CA and 7C. RGB value is (234,202,124). Sum of RGB (Red+Green+Blue) = 234+202+124=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 124 (48.83% from 255 or 22.14% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACA7C is #153583. Grayscale: #CBCBCB. Windows color (decimal): -1389956 or 8178410. OLE color: 8178410.

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

Color convert

RGB234202124-
CMYK00.140.470.08
HSL42.55º72.37%70.2%-
HSV(B)42.55º47.01%91.76%-
XYZ58.6961.1927.79-
YUV202.6883.6150.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.79%
GREEN value IS 202 (79.30% from 255) = 36.07%
BLUE value IS 124 (48.83% from 255) = 22.14%
R=41.79%
G=36.07%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420212400.140.470.0842.5572.3770.2
HexEACA7C0E2F82b4846
Octal352312174016571053110106
Binary1110101011001010111110001110101111100010101110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACA7C; }

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

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

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

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

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

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

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

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