#EACA82

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

Shades of Marzipan #EACA82

Tints of Marzipan #EACA82

Color information

#EACA82 (or 0xEACA82) is unknown color: approx Marzipan. HEX triplet: EA, CA and 82. RGB value is (234,202,130). Sum of RGB (Red+Green+Blue) = 234+202+130=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 130 (51.17% from 255 or 22.97% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACA82 is #15357D. Grayscale: #CBCBCB. Windows color (decimal): -1389950 or 8571626. OLE color: 8571626.

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

Color convert

RGB234202130-
CMYK00.140.440.08
HSL41.54º71.23%71.37%-
HSV(B)41.54º44.44%91.76%-
XYZ59.0861.3529.85-
YUV203.3686.6149.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.34%
GREEN value IS 202 (79.30% from 255) = 35.69%
BLUE value IS 130 (51.17% from 255) = 22.97%
R=41.34%
G=35.69%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420213000.140.440.0841.5471.2371.37
HexEACA820E2C82a4747
Octal352312202016541052107107
Binary11101010110010101000001001110101100100010101010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACA82; }

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

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

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

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

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

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

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

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