#EACC7D

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

Shades of Marzipan #EACC7D

Tints of Marzipan #EACC7D

Color information

#EACC7D (or 0xEACC7D) is unknown color: approx Marzipan. HEX triplet: EA, CC and 7D. RGB value is (234,204,125). Sum of RGB (Red+Green+Blue) = 234+204+125=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 125 (49.22% from 255 or 22.20% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC7D is #153382. Grayscale: #CCCCCC. Windows color (decimal): -1389443 or 8244458. OLE color: 8244458.

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

Color convert

RGB234204125-
CMYK00.130.470.08
HSL43.49º72.19%70.39%-
HSV(B)43.49º46.58%91.76%-
XYZ59.2362.1628.28-
YUV203.9683.44149.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.56%
GREEN value IS 204 (80.08% from 255) = 36.23%
BLUE value IS 125 (49.22% from 255) = 22.20%
R=41.56%
G=36.23%
B=22.20%

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
Decimal23420412500.130.470.0843.4972.1970.39
HexEACC7D0D2F82b4846
Octal352314175015571053110106
Binary1110101011001100111110101101101111100010101110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACC7D; }

 p { color: rgb(234,204,125); }

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

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

 a { background-color: rgb(234,204,125); }

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

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

 span { border-color: rgb(234,204,125); }

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