#EACB7C

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

Shades of Marzipan #EACB7C

Tints of Marzipan #EACB7C

Color information

#EACB7C (or 0xEACB7C) is unknown color: approx Marzipan. HEX triplet: EA, CB and 7C. RGB value is (234,203,124). Sum of RGB (Red+Green+Blue) = 234+203+124=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 124 (48.83% from 255 or 22.10% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACB7C is #153483. Grayscale: #CBCBCB. Windows color (decimal): -1389700 or 8178666. OLE color: 8178666.

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

Color convert

RGB234203124-
CMYK00.130.470.08
HSL43.09º72.37%70.2%-
HSV(B)43.09º47.01%91.76%-
XYZ58.9361.6627.86-
YUV203.2683.27149.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.71%
GREEN value IS 203 (79.69% from 255) = 36.19%
BLUE value IS 124 (48.83% from 255) = 22.10%
R=41.71%
G=36.19%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420312400.130.470.0843.0972.3770.2
HexEACB7C0D2F82b4846
Octal352313174015571053110106
Binary1110101011001011111110001101101111100010101110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACB7C; }

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

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

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

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

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

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

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

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