#EACB88

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

Shades of Marzipan #EACB88

Tints of Marzipan #EACB88

Color information

#EACB88 (or 0xEACB88) is unknown color: approx Marzipan. HEX triplet: EA, CB and 88. RGB value is (234,203,136). Sum of RGB (Red+Green+Blue) = 234+203+136=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 136 (53.52% from 255 or 23.73% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACB88 is #153477. Grayscale: #CCCCCC. Windows color (decimal): -1389688 or 8965098. OLE color: 8965098.

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

Color convert

RGB234203136-
CMYK00.130.420.08
HSL41.02º70%72.55%-
HSV(B)41.02º41.88%91.76%-
XYZ59.7361.9832.11-
YUV204.6389.27148.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.84%
GREEN value IS 203 (79.69% from 255) = 35.43%
BLUE value IS 136 (53.52% from 255) = 23.73%
R=40.84%
G=35.43%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420313600.130.420.0841.027072.55
HexEACB880D2A8294649
Octal352313210015521051106111
Binary11101010110010111000100001101101010100010100110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACB88; }

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

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

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

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

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

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

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

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