#EAC680

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

Shades of Marzipan #EAC680

Tints of Marzipan #EAC680

Color information

#EAC680 (or 0xEAC680) is unknown color: approx Marzipan. HEX triplet: EA, C6 and 80. RGB value is (234,198,128). Sum of RGB (Red+Green+Blue) = 234+198+128=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 128 (50.39% from 255 or 22.86% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC680 is #15397F. Grayscale: #C9C9C9. Windows color (decimal): -1390976 or 8439530. OLE color: 8439530.

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

Color convert

RGB234198128-
CMYK00.150.450.08
HSL39.62º71.62%70.98%-
HSV(B)39.62º45.3%91.76%-
XYZ58.0259.4428.84-
YUV200.7886.93151.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.79%
GREEN value IS 198 (77.73% from 255) = 35.36%
BLUE value IS 128 (50.39% from 255) = 22.86%
R=41.79%
G=35.36%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419812800.150.450.0839.6271.6270.98
HexEAC6800F2D8284847
Octal352306200017551050110107
Binary11101010110001101000000001111101101100010100010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC680; }

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

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

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

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

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

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

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

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