#EAD185

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

Shades of Marzipan #EAD185

Tints of Marzipan #EAD185

Color information

#EAD185 (or 0xEAD185) is unknown color: approx Marzipan. HEX triplet: EA, D1 and 85. RGB value is (234,209,133). Sum of RGB (Red+Green+Blue) = 234+209+133=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 209 (82.03% from 255 or 36.28% from 576); Blue value is 133 (52.34% from 255 or 23.09% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD185 is #152E7A. Grayscale: #D0D0D0. Windows color (decimal): -1388155 or 8770026. OLE color: 8770026.

HSL color Cylindrical-coordinate representation of color #EAD185: hue angle of 45.15º degrees, saturation: 0.71, 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 #EAD185 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB234209133-
CMYK00.110.430.08
HSL45.15º70.63%71.96%-
HSV(B)45.15º43.16%91.76%-
XYZ60.9764.7931.48-
YUV207.8185.78146.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.62%
GREEN value IS 209 (82.03% from 255) = 36.28%
BLUE value IS 133 (52.34% from 255) = 23.09%
R=40.62%
G=36.28%
B=23.09%

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
Decimal23420913300.110.430.0845.1570.6371.96
HexEAD1850B2B82d4748
Octal352321205013531055107110
Binary11101010110100011000010101011101011100010110110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD185; }

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

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

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

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

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

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

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

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