#EAC57F

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

Shades of Marzipan #EAC57F

Tints of Marzipan #EAC57F

Color information

#EAC57F (or 0xEAC57F) is unknown color: approx Marzipan. HEX triplet: EA, C5 and 7F. RGB value is (234,197,127). Sum of RGB (Red+Green+Blue) = 234+197+127=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 127 (50% from 255 or 22.76% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC57F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC57F is #153A80. Grayscale: #C8C8C8. Windows color (decimal): -1391233 or 8373738. OLE color: 8373738.

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

Color convert

RGB234197127-
CMYK00.160.460.08
HSL39.25º71.81%70.78%-
HSV(B)39.25º45.73%91.76%-
XYZ57.7358.9628.42-
YUV200.0886.76152.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.94%
GREEN value IS 197 (77.34% from 255) = 35.30%
BLUE value IS 127 (50% from 255) = 22.76%
R=41.94%
G=35.30%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419712700.160.460.0839.2571.8170.78
HexEAC57F0102E8274847
Octal352305177020561047110107
Binary11101010110001011111111010000101110100010011110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC57F; }

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

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

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

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

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

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

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

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