#EDCE87

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

Shades of Marzipan #EDCE87

Tints of Marzipan #EDCE87

Color information

#EDCE87 (or 0xEDCE87) is unknown color: approx Marzipan. HEX triplet: ED, CE and 87. RGB value is (237,206,135). Sum of RGB (Red+Green+Blue) = 237+206+135=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 135 (53.12% from 255 or 23.36% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCE87 is #123178. Grayscale: #CFCFCF. Windows color (decimal): -1192313 or 8900333. OLE color: 8900333.

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

Color convert

RGB237206135-
CMYK00.130.430.07
HSL41.76º73.91%72.94%-
HSV(B)41.76º43.04%92.94%-
XYZ61.3763.932.02-
YUV207.1887.27149.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.00%
GREEN value IS 206 (80.86% from 255) = 35.64%
BLUE value IS 135 (53.12% from 255) = 23.36%
R=41.00%
G=35.64%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720613500.130.430.0741.7673.9172.94
HexEDCE870D2B72a4a49
Octal35531620701553752112111
Binary1110110111001110100001110110110101111110101010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCE87; }

 p { color: rgb(237,206,135); }

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

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

 a { background-color: rgb(237,206,135); }

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

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

 span { border-color: rgb(237,206,135); }

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