#EACA7B

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

Shades of Marzipan #EACA7B

Tints of Marzipan #EACA7B

Color information

#EACA7B (or 0xEACA7B) is unknown color: approx Marzipan. HEX triplet: EA, CA and 7B. RGB value is (234,202,123). Sum of RGB (Red+Green+Blue) = 234+202+123=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 123 (48.44% from 255 or 22.00% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACA7B is #153584. Grayscale: #CACACA. Windows color (decimal): -1389957 or 8112874. OLE color: 8112874.

HSL color Cylindrical-coordinate representation of color #EACA7B: hue angle of 42.7º degrees, saturation: 0.73, 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 #EACA7B is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB234202123-
CMYK00.140.470.08
HSL42.7º72.55%70%-
HSV(B)42.7º47.44%91.76%-
XYZ58.6361.1627.45-
YUV202.5683.1150.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.86%
GREEN value IS 202 (79.30% from 255) = 36.14%
BLUE value IS 123 (48.44% from 255) = 22.00%
R=41.86%
G=36.14%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420212300.140.470.0842.772.5570
HexEACA7B0E2F82b4946
Octal352312173016571053111106
Binary1110101011001010111101101110101111100010101110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACA7B; }

 p { color: rgb(234,202,123); }

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

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

 a { background-color: rgb(234,202,123); }

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

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

 span { border-color: rgb(234,202,123); }

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