#EAC280

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

Shades of Marzipan #EAC280

Tints of Marzipan #EAC280

Color information

#EAC280 (or 0xEAC280) is unknown color: approx Marzipan. HEX triplet: EA, C2 and 80. RGB value is (234,194,128). Sum of RGB (Red+Green+Blue) = 234+194+128=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC280 is #153D7F. Grayscale: #C6C6C6. Windows color (decimal): -1392000 or 8438506. OLE color: 8438506.

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

Color convert

RGB234194128-
CMYK00.170.450.08
HSL37.36º71.62%70.98%-
HSV(B)37.36º45.3%91.76%-
XYZ57.1257.6328.54-
YUV198.4488.25153.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.09%
GREEN value IS 194 (76.17% from 255) = 34.89%
BLUE value IS 128 (50.39% from 255) = 23.02%
R=42.09%
G=34.89%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419412800.170.450.0837.3671.6270.98
HexEAC2800112D8254847
Octal352302200021551045110107
Binary111010101100001010000000010001101101100010010110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC280; }

 p { color: rgb(234,194,128); }

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

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

 a { background-color: rgb(234,194,128); }

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

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

 span { border-color: rgb(234,194,128); }

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