#EAC581

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

Shades of Marzipan #EAC581

Tints of Marzipan #EAC581

Color information

#EAC581 (or 0xEAC581) is unknown color: approx Marzipan. HEX triplet: EA, C5 and 81. RGB value is (234,197,129). Sum of RGB (Red+Green+Blue) = 234+197+129=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 129 (50.78% from 255 or 23.04% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC581 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC581 is #153A7E. Grayscale: #C8C8C8. Windows color (decimal): -1391231 or 8504810. OLE color: 8504810.

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

Color convert

RGB234197129-
CMYK00.160.450.08
HSL38.86º71.43%71.18%-
HSV(B)38.86º44.87%91.76%-
XYZ57.8659.0129.11-
YUV200.3187.76152.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.79%
GREEN value IS 197 (77.34% from 255) = 35.18%
BLUE value IS 129 (50.78% from 255) = 23.04%
R=41.79%
G=35.18%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419712900.160.450.0838.8671.4371.18
HexEAC5810102D8274747
Octal352305201020551047107107
Binary111010101100010110000001010000101101100010011110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC581; }

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

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

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

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

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

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

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

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