#EACA8A

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

Shades of Marzipan #EACA8A

Tints of Marzipan #EACA8A

Color information

#EACA8A (or 0xEACA8A) is unknown color: approx Marzipan. HEX triplet: EA, CA and 8A. RGB value is (234,202,138). Sum of RGB (Red+Green+Blue) = 234+202+138=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 138 (54.30% from 255 or 24.04% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACA8A is #153575. Grayscale: #CCCCCC. Windows color (decimal): -1389942 or 9095914. OLE color: 9095914.

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

Color convert

RGB234202138-
CMYK00.140.410.08
HSL40º69.57%72.94%-
HSV(B)40º41.03%91.76%-
XYZ59.6461.5732.79-
YUV204.2790.6149.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.77%
GREEN value IS 202 (79.30% from 255) = 35.19%
BLUE value IS 138 (54.30% from 255) = 24.04%
R=40.77%
G=35.19%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420213800.140.410.084069.5772.94
HexEACA8A0E298284649
Octal352312212016511050106111
Binary11101010110010101000101001110101001100010100010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACA8A; }

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

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

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

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

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

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

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

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