#EACD82

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

Shades of Marzipan #EACD82

Tints of Marzipan #EACD82

Color information

#EACD82 (or 0xEACD82) is unknown color: approx Marzipan. HEX triplet: EA, CD and 82. RGB value is (234,205,130). Sum of RGB (Red+Green+Blue) = 234+205+130=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 130 (51.17% from 255 or 22.85% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACD82 is #15327D. Grayscale: #CDCDCD. Windows color (decimal): -1389182 or 8572394. OLE color: 8572394.

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

Color convert

RGB234205130-
CMYK00.120.440.08
HSL43.27º71.23%71.37%-
HSV(B)43.27º44.44%91.76%-
XYZ59.7962.7730.08-
YUV205.1285.61148.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.12%
GREEN value IS 205 (80.47% from 255) = 36.03%
BLUE value IS 130 (51.17% from 255) = 22.85%
R=41.12%
G=36.03%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420513000.120.440.0843.2771.2371.37
HexEACD820C2C82b4747
Octal352315202014541053107107
Binary11101010110011011000001001100101100100010101110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACD82; }

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

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

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

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

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

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

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

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