#EAD085

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

Shades of Marzipan #EAD085

Tints of Marzipan #EAD085

Color information

#EAD085 (or 0xEAD085) is unknown color: approx Marzipan. HEX triplet: EA, D0 and 85. RGB value is (234,208,133). Sum of RGB (Red+Green+Blue) = 234+208+133=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 133 (52.34% from 255 or 23.13% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD085 is #152F7A. Grayscale: #CFCFCF. Windows color (decimal): -1388411 or 8769770. OLE color: 8769770.

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

Color convert

RGB234208133-
CMYK00.110.430.08
HSL44.55º70.63%71.96%-
HSV(B)44.55º43.16%91.76%-
XYZ60.7264.331.4-
YUV207.2286.11147.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.70%
GREEN value IS 208 (81.64% from 255) = 36.17%
BLUE value IS 133 (52.34% from 255) = 23.13%
R=40.70%
G=36.17%
B=23.13%

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
Decimal23420813300.110.430.0844.5570.6371.96
HexEAD0850B2B82d4748
Octal352320205013531055107110
Binary11101010110100001000010101011101011100010110110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD085; }

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

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

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

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

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

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

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

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