#eacb82

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

Shades of Marzipan #EACB82

Tints of Marzipan #EACB82

Color information

#EACB82 (or 0xEACB82) is unknown color: approx Marzipan. HEX triplet: EA, CB and 82. RGB value is (234,203,130). Sum of RGB (Red+Green+Blue) = 234+203+130=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 130 (51.17% from 255 or 22.93% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACB82 is #15347D. Grayscale: #CCCCCC. Windows color (decimal): -1389694 or 8571882. OLE color: 8571882.

HSL color Cylindrical-coordinate representation of color #EACB82: hue angle of 42.12º 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 #EACB82 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB234203130-
CMYK00.130.440.08
HSL42.12º71.23%71.37%-
HSV(B)42.12º44.44%91.76%-
XYZ59.3261.8229.92-
YUV203.9586.27149.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.27%
GREEN value IS 203 (79.69% from 255) = 35.80%
BLUE value IS 130 (51.17% from 255) = 22.93%
R=41.27%
G=35.80%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420313000.130.440.0842.1271.2371.37
HexEACB820D2C82a4747
Octal352313202015541052107107
Binary11101010110010111000001001101101100100010101010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eacb82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eacb82; }

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

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

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

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

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

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

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

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