#EAC681

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

Shades of Marzipan #EAC681

Tints of Marzipan #EAC681

Color information

#EAC681 (or 0xEAC681) is unknown color: approx Marzipan. HEX triplet: EA, C6 and 81. RGB value is (234,198,129). Sum of RGB (Red+Green+Blue) = 234+198+129=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 129 (50.78% from 255 or 22.99% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC681 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC681 is #15397E. Grayscale: #C9C9C9. Windows color (decimal): -1390975 or 8505066. OLE color: 8505066.

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

Color convert

RGB234198129-
CMYK00.150.450.08
HSL39.43º71.43%71.18%-
HSV(B)39.43º44.87%91.76%-
XYZ58.0959.4729.19-
YUV200.987.43151.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.71%
GREEN value IS 198 (77.73% from 255) = 35.29%
BLUE value IS 129 (50.78% from 255) = 22.99%
R=41.71%
G=35.29%
B=22.99%

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
Decimal23419812900.150.450.0839.4371.4371.18
HexEAC6810F2D8274747
Octal352306201017551047107107
Binary11101010110001101000000101111101101100010011110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC681; }

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

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

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

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

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

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

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

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