#EACB85

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

Shades of Marzipan #EACB85

Tints of Marzipan #EACB85

Color information

#EACB85 (or 0xEACB85) is unknown color: approx Marzipan. HEX triplet: EA, CB and 85. RGB value is (234,203,133). Sum of RGB (Red+Green+Blue) = 234+203+133=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACB85 is #15347A. Grayscale: #CCCCCC. Windows color (decimal): -1389691 or 8768490. OLE color: 8768490.

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

Color convert

RGB234203133-
CMYK00.130.430.08
HSL41.58º70.63%71.96%-
HSV(B)41.58º43.16%91.76%-
XYZ59.5261.931-
YUV204.2987.77149.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.05%
GREEN value IS 203 (79.69% from 255) = 35.61%
BLUE value IS 133 (52.34% from 255) = 23.33%
R=41.05%
G=35.61%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420313300.130.430.0841.5870.6371.96
HexEACB850D2B82a4748
Octal352313205015531052107110
Binary11101010110010111000010101101101011100010101010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACB85; }

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

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

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

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

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

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

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

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