#EAD084

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

Shades of Marzipan #EAD084

Tints of Marzipan #EAD084

Color information

#EAD084 (or 0xEAD084) is unknown color: approx Marzipan. HEX triplet: EA, D0 and 84. RGB value is (234,208,132). Sum of RGB (Red+Green+Blue) = 234+208+132=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 132 (51.95% from 255 or 23.00% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD084 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD084 is #152F7B. Grayscale: #CFCFCF. Windows color (decimal): -1388412 or 8704234. OLE color: 8704234.

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

Color convert

RGB234208132-
CMYK00.110.440.08
HSL44.71º70.83%71.76%-
HSV(B)44.71º43.59%91.76%-
XYZ60.6564.2731.04-
YUV207.1185.61147.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.77%
GREEN value IS 208 (81.64% from 255) = 36.24%
BLUE value IS 132 (51.95% from 255) = 23.00%
R=40.77%
G=36.24%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420813200.110.440.0844.7170.8371.76
HexEAD0840B2C82d4748
Octal352320204013541055107110
Binary11101010110100001000010001011101100100010110110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD084; }

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

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

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

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

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

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

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

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