#EDC886

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

Shades of Marzipan #EDC886

Tints of Marzipan #EDC886

Color information

#EDC886 (or 0xEDC886) is unknown color: approx Marzipan. HEX triplet: ED, C8 and 86. RGB value is (237,200,134). Sum of RGB (Red+Green+Blue) = 237+200+134=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 134 (52.73% from 255 or 23.47% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC886 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC886 is #123779. Grayscale: #CBCBCB. Windows color (decimal): -1193850 or 8833261. OLE color: 8833261.

HSL color Cylindrical-coordinate representation of color #EDC886: hue angle of 38.45º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDC886 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB237200134-
CMYK00.160.430.07
HSL38.45º74.1%72.75%-
HSV(B)38.45º43.46%92.94%-
XYZ59.8861.0331.18-
YUV203.5488.76151.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.51%
GREEN value IS 200 (78.52% from 255) = 35.03%
BLUE value IS 134 (52.73% from 255) = 23.47%
R=41.51%
G=35.03%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720013400.160.430.0738.4574.172.75
HexEDC8860102B7264a49
Octal35531020602053746112111
Binary11101101110010001000011001000010101111110011010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC886; }

 p { color: rgb(237,200,134); }

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

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

 a { background-color: rgb(237,200,134); }

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

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

 span { border-color: rgb(237,200,134); }

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