#EAC481

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

Shades of Marzipan #EAC481

Tints of Marzipan #EAC481

Color information

#EAC481 (or 0xEAC481) is unknown color: approx Marzipan. HEX triplet: EA, C4 and 81. RGB value is (234,196,129). Sum of RGB (Red+Green+Blue) = 234+196+129=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 129 (50.78% from 255 or 23.08% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC481 is #153B7E. Grayscale: #C8C8C8. Windows color (decimal): -1391487 or 8504554. OLE color: 8504554.

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

Color convert

RGB234196129-
CMYK00.160.450.08
HSL38.29º71.43%71.18%-
HSV(B)38.29º44.87%91.76%-
XYZ57.6358.5629.03-
YUV199.7288.09152.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.86%
GREEN value IS 196 (76.95% from 255) = 35.06%
BLUE value IS 129 (50.78% from 255) = 23.08%
R=41.86%
G=35.06%
B=23.08%

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
Decimal23419612900.160.450.0838.2971.4371.18
HexEAC4810102D8264747
Octal352304201020551046107107
Binary111010101100010010000001010000101101100010011010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC481; }

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

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

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

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

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

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

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

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