#EAD087

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

Shades of Marzipan #EAD087

Tints of Marzipan #EAD087

Color information

#EAD087 (or 0xEAD087) is unknown color: approx Marzipan. HEX triplet: EA, D0 and 87. RGB value is (234,208,135). Sum of RGB (Red+Green+Blue) = 234+208+135=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 135 (53.12% from 255 or 23.40% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD087 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD087 is #152F78. Grayscale: #CFCFCF. Windows color (decimal): -1388409 or 8900842. OLE color: 8900842.

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

Color convert

RGB234208135-
CMYK00.110.420.08
HSL44.24º70.21%72.35%-
HSV(B)44.24º42.31%91.76%-
XYZ60.8664.3532.14-
YUV207.4587.11146.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.55%
GREEN value IS 208 (81.64% from 255) = 36.05%
BLUE value IS 135 (53.12% from 255) = 23.40%
R=40.55%
G=36.05%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420813500.110.420.0844.2470.2172.35
HexEAD0870B2A82c4648
Octal352320207013521054106110
Binary11101010110100001000011101011101010100010110010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD087; }

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

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

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

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

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

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

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

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