#EACA7E

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

Shades of Marzipan #EACA7E

Tints of Marzipan #EACA7E

Color information

#EACA7E (or 0xEACA7E) is unknown color: approx Marzipan. HEX triplet: EA, CA and 7E. RGB value is (234,202,126). Sum of RGB (Red+Green+Blue) = 234+202+126=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 126 (49.61% from 255 or 22.42% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACA7E is #153581. Grayscale: #CBCBCB. Windows color (decimal): -1389954 or 8309482. OLE color: 8309482.

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

Color convert

RGB234202126-
CMYK00.140.460.08
HSL42.22º72%70.59%-
HSV(B)42.22º46.15%91.76%-
XYZ58.8261.2428.46-
YUV202.984.6150.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.64%
GREEN value IS 202 (79.30% from 255) = 35.94%
BLUE value IS 126 (49.61% from 255) = 22.42%
R=41.64%
G=35.94%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420212600.140.460.0842.227270.59
HexEACA7E0E2E82a4847
Octal352312176016561052110107
Binary1110101011001010111111001110101110100010101010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACA7E; }

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

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

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

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

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

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

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

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