#EACD80

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

Shades of Marzipan #EACD80

Tints of Marzipan #EACD80

Color information

#EACD80 (or 0xEACD80) is unknown color: approx Marzipan. HEX triplet: EA, CD and 80. RGB value is (234,205,128). Sum of RGB (Red+Green+Blue) = 234+205+128=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 128 (50.39% from 255 or 22.57% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACD80 is #15327F. Grayscale: #CDCDCD. Windows color (decimal): -1389184 or 8441322. OLE color: 8441322.

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

Color convert

RGB234205128-
CMYK00.120.450.08
HSL43.58º71.62%70.98%-
HSV(B)43.58º45.3%91.76%-
XYZ59.6662.7129.38-
YUV204.8984.61148.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.27%
GREEN value IS 205 (80.47% from 255) = 36.16%
BLUE value IS 128 (50.39% from 255) = 22.57%
R=41.27%
G=36.16%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420512800.120.450.0843.5871.6270.98
HexEACD800C2D82c4847
Octal352315200014551054110107
Binary11101010110011011000000001100101101100010110010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACD80; }

 p { color: rgb(234,205,128); }

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

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

 a { background-color: rgb(234,205,128); }

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

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

 span { border-color: rgb(234,205,128); }

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