#EAC57D

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

Shades of Marzipan #EAC57D

Tints of Marzipan #EAC57D

Color information

#EAC57D (or 0xEAC57D) is unknown color: approx Marzipan. HEX triplet: EA, C5 and 7D. RGB value is (234,197,125). Sum of RGB (Red+Green+Blue) = 234+197+125=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 125 (49.22% from 255 or 22.48% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC57D is #153A82. Grayscale: #C8C8C8. Windows color (decimal): -1391235 or 8242666. OLE color: 8242666.

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

Color convert

RGB234197125-
CMYK00.160.470.08
HSL39.63º72.19%70.39%-
HSV(B)39.63º46.58%91.76%-
XYZ57.658.9127.74-
YUV199.8685.76152.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.09%
GREEN value IS 197 (77.34% from 255) = 35.43%
BLUE value IS 125 (49.22% from 255) = 22.48%
R=42.09%
G=35.43%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419712500.160.470.0839.6372.1970.39
HexEAC57D0102F8284846
Octal352305175020571050110106
Binary11101010110001011111101010000101111100010100010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC57D; }

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

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

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

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

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

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

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

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