#EACD88

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

Shades of Marzipan #EACD88

Tints of Marzipan #EACD88

Color information

#EACD88 (or 0xEACD88) is unknown color: approx Marzipan. HEX triplet: EA, CD and 88. RGB value is (234,205,136). Sum of RGB (Red+Green+Blue) = 234+205+136=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 136 (53.52% from 255 or 23.65% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACD88 is #153277. Grayscale: #CECECE. Windows color (decimal): -1389176 or 8965610. OLE color: 8965610.

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

Color convert

RGB234205136-
CMYK00.120.420.08
HSL42.24º70%72.55%-
HSV(B)42.24º41.88%91.76%-
XYZ60.2162.9332.27-
YUV205.888.61148.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.70%
GREEN value IS 205 (80.47% from 255) = 35.65%
BLUE value IS 136 (53.52% from 255) = 23.65%
R=40.70%
G=35.65%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420513600.120.420.0842.247072.55
HexEACD880C2A82a4649
Octal352315210014521052106111
Binary11101010110011011000100001100101010100010101010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACD88; }

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

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

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

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

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

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

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

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