#EDCC87

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

Shades of Marzipan #EDCC87

Tints of Marzipan #EDCC87

Color information

#EDCC87 (or 0xEDCC87) is unknown color: approx Marzipan. HEX triplet: ED, CC and 87. RGB value is (237,204,135). Sum of RGB (Red+Green+Blue) = 237+204+135=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 135 (53.12% from 255 or 23.44% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCC87 is #123378. Grayscale: #CECECE. Windows color (decimal): -1192825 or 8899821. OLE color: 8899821.

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

Color convert

RGB237204135-
CMYK00.140.430.07
HSL40.59º73.91%72.94%-
HSV(B)40.59º43.04%92.94%-
XYZ60.8962.9431.86-
YUV20687.93150.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.15%
GREEN value IS 204 (80.08% from 255) = 35.42%
BLUE value IS 135 (53.12% from 255) = 23.44%
R=41.15%
G=35.42%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720413500.140.430.0740.5973.9172.94
HexEDCC870E2B7294a49
Octal35531420701653751112111
Binary1110110111001100100001110111010101111110100110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCC87; }

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

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

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

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

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

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

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

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