#EAD089

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

Shades of Marzipan #EAD089

Tints of Marzipan #EAD089

Color information

#EAD089 (or 0xEAD089) is unknown color: approx Marzipan. HEX triplet: EA, D0 and 89. RGB value is (234,208,137). Sum of RGB (Red+Green+Blue) = 234+208+137=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 137 (53.91% from 255 or 23.66% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD089 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD089 is #152F76. Grayscale: #CFCFCF. Windows color (decimal): -1388407 or 9031914. OLE color: 9031914.

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

Color convert

RGB234208137-
CMYK00.110.410.08
HSL43.92º69.78%72.75%-
HSV(B)43.92º41.45%91.76%-
XYZ6164.4132.88-
YUV207.6888.11146.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.41%
GREEN value IS 208 (81.64% from 255) = 35.92%
BLUE value IS 137 (53.91% from 255) = 23.66%
R=40.41%
G=35.92%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420813700.110.410.0843.9269.7872.75
HexEAD0890B2982c4649
Octal352320211013511054106111
Binary11101010110100001000100101011101001100010110010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD089; }

 p { color: rgb(234,208,137); }

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

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

 a { background-color: rgb(234,208,137); }

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

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

 span { border-color: rgb(234,208,137); }

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