#EAC982

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

Shades of Marzipan #EAC982

Tints of Marzipan #EAC982

Color information

#EAC982 (or 0xEAC982) is unknown color: approx Marzipan. HEX triplet: EA, C9 and 82. RGB value is (234,201,130). Sum of RGB (Red+Green+Blue) = 234+201+130=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 130 (51.17% from 255 or 23.01% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC982 is #15367D. Grayscale: #CBCBCB. Windows color (decimal): -1390206 or 8571370. OLE color: 8571370.

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

Color convert

RGB234201130-
CMYK00.140.440.08
HSL40.96º71.23%71.37%-
HSV(B)40.96º44.44%91.76%-
XYZ58.8560.8829.77-
YUV202.7786.93150.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.42%
GREEN value IS 201 (78.91% from 255) = 35.58%
BLUE value IS 130 (51.17% from 255) = 23.01%
R=41.42%
G=35.58%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420113000.140.440.0840.9671.2371.37
HexEAC9820E2C8294747
Octal352311202016541051107107
Binary11101010110010011000001001110101100100010100110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC982; }

 p { color: rgb(234,201,130); }

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

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

 a { background-color: rgb(234,201,130); }

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

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

 span { border-color: rgb(234,201,130); }

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