#eacd8d

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

Shades of Marzipan #EACD8D

Tints of Marzipan #EACD8D

Color information

#EACD8D (or 0xEACD8D) is unknown color: approx Marzipan. HEX triplet: EA, CD and 8D. RGB value is (234,205,141). Sum of RGB (Red+Green+Blue) = 234+205+141=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACD8D is #153272. Grayscale: #CECECE. Windows color (decimal): -1389171 or 9293290. OLE color: 9293290.

HSL color Cylindrical-coordinate representation of color #EACD8D: hue angle of 41.29º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EACD8D is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234205141-
CMYK00.120.400.08
HSL41.29º68.89%73.53%-
HSV(B)41.29º39.74%91.76%-
XYZ60.5763.0834.18-
YUV206.3891.11147.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.34%
GREEN value IS 205 (80.47% from 255) = 35.34%
BLUE value IS 141 (55.47% from 255) = 24.31%
R=40.34%
G=35.34%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420514100.120.400.0841.2968.8973.53
HexEACD8D0C28829454a
Octal352315215014501051105112
Binary11101010110011011000110101100101000100010100110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eacd8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eacd8d; }

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

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

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

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

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

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

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

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