#EAD186

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

Shades of Marzipan #EAD186

Tints of Marzipan #EAD186

Color information

#EAD186 (or 0xEAD186) is unknown color: approx Marzipan. HEX triplet: EA, D1 and 86. RGB value is (234,209,134). Sum of RGB (Red+Green+Blue) = 234+209+134=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 209 (82.03% from 255 or 36.22% from 577); Blue value is 134 (52.73% from 255 or 23.22% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD186 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD186 is #152E79. Grayscale: #D0D0D0. Windows color (decimal): -1388154 or 8835562. OLE color: 8835562.

HSL color Cylindrical-coordinate representation of color #EAD186: hue angle of 45º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EAD186 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB234209134-
CMYK00.110.430.08
HSL45º70.42%72.16%-
HSV(B)45º42.74%91.76%-
XYZ61.0464.8131.85-
YUV207.9286.28146.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.55%
GREEN value IS 209 (82.03% from 255) = 36.22%
BLUE value IS 134 (52.73% from 255) = 23.22%
R=40.55%
G=36.22%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420913400.110.430.084570.4272.16
HexEAD1860B2B82d4648
Octal352321206013531055106110
Binary11101010110100011000011001011101011100010110110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD186; }

 p { color: rgb(234,209,134); }

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

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

 a { background-color: rgb(234,209,134); }

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

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

 span { border-color: rgb(234,209,134); }

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