#EDC884

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

Shades of Marzipan #EDC884

Tints of Marzipan #EDC884

Color information

#EDC884 (or 0xEDC884) is unknown color: approx Marzipan. HEX triplet: ED, C8 and 84. RGB value is (237,200,132). Sum of RGB (Red+Green+Blue) = 237+200+132=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 200 (78.52% from 255 or 35.15% from 569); Blue value is 132 (51.95% from 255 or 23.20% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC884 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC884 is #12377B. Grayscale: #CBCBCB. Windows color (decimal): -1193852 or 8702189. OLE color: 8702189.

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

Color convert

RGB237200132-
CMYK00.160.440.07
HSL38.86º74.47%72.35%-
HSV(B)38.86º44.3%92.94%-
XYZ59.7460.9830.45-
YUV203.3187.76152.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.65%
GREEN value IS 200 (78.52% from 255) = 35.15%
BLUE value IS 132 (51.95% from 255) = 23.20%
R=41.65%
G=35.15%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720013200.160.440.0738.8674.4772.35
HexEDC8840102C7274a48
Octal35531020402054747112110
Binary11101101110010001000010001000010110011110011110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC884; }

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

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

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

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

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

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

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

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