#EDC88E

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

Shades of Marzipan #EDC88E

Tints of Marzipan #EDC88E

Color information

#EDC88E (or 0xEDC88E) is unknown color: approx Marzipan. HEX triplet: ED, C8 and 8E. RGB value is (237,200,142). Sum of RGB (Red+Green+Blue) = 237+200+142=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 142 (55.86% from 255 or 24.53% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC88E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC88E is #123771. Grayscale: #CCCCCC. Windows color (decimal): -1193842 or 9357549. OLE color: 9357549.

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

Color convert

RGB237200142-
CMYK00.160.400.07
HSL36.63º72.52%74.31%-
HSV(B)36.63º40.08%92.94%-
XYZ60.4661.2734.23-
YUV204.4592.76151.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.93%
GREEN value IS 200 (78.52% from 255) = 34.54%
BLUE value IS 142 (55.86% from 255) = 24.53%
R=40.93%
G=34.54%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720014200.160.400.0736.6372.5274.31
HexEDC88E01028725494a
Octal35531021602050745111112
Binary11101101110010001000111001000010100011110010110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC88E; }

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

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

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

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

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

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

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

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