#EACD85

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

Shades of Marzipan #EACD85

Tints of Marzipan #EACD85

Color information

#EACD85 (or 0xEACD85) is unknown color: approx Marzipan. HEX triplet: EA, CD and 85. RGB value is (234,205,133). Sum of RGB (Red+Green+Blue) = 234+205+133=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 133 (52.34% from 255 or 23.25% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACD85 is #15327A. Grayscale: #CDCDCD. Windows color (decimal): -1389179 or 8769002. OLE color: 8769002.

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

Color convert

RGB234205133-
CMYK00.120.430.08
HSL42.77º70.63%71.96%-
HSV(B)42.77º43.16%91.76%-
XYZ6062.8531.16-
YUV205.4687.11148.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.91%
GREEN value IS 205 (80.47% from 255) = 35.84%
BLUE value IS 133 (52.34% from 255) = 23.25%
R=40.91%
G=35.84%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420513300.120.430.0842.7770.6371.96
HexEACD850C2B82b4748
Octal352315205014531053107110
Binary11101010110011011000010101100101011100010101110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACD85; }

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

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

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

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

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

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

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

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