#EAC575

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

Shades of Marzipan #EAC575

Tints of Marzipan #EAC575

Color information

#EAC575 (or 0xEAC575) is unknown color: approx Marzipan. HEX triplet: EA, C5 and 75. RGB value is (234,197,117). Sum of RGB (Red+Green+Blue) = 234+197+117=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 117 (46.09% from 255 or 21.35% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC575 is #153A8A. Grayscale: #C7C7C7. Windows color (decimal): -1391243 or 7718378. OLE color: 7718378.

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

Color convert

RGB234197117-
CMYK00.160.50.08
HSL41.03º73.58%68.82%-
HSV(B)41.03º50%91.76%-
XYZ57.1158.7125.15-
YUV198.9481.76153-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.70%
GREEN value IS 197 (77.34% from 255) = 35.95%
BLUE value IS 117 (46.09% from 255) = 21.35%
R=42.70%
G=35.95%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419711700.160.50.0841.0373.5868.82
HexEAC575010328294a45
Octal352305165020621051112105
Binary11101010110001011110101010000110010100010100110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC575; }

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

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

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

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

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

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

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

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