#EDCF87

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

Shades of Marzipan #EDCF87

Tints of Marzipan #EDCF87

Color information

#EDCF87 (or 0xEDCF87) is unknown color: approx Marzipan. HEX triplet: ED, CF and 87. RGB value is (237,207,135). Sum of RGB (Red+Green+Blue) = 237+207+135=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 135 (53.12% from 255 or 23.32% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCF87 is #123078. Grayscale: #D0D0D0. Windows color (decimal): -1192057 or 8900589. OLE color: 8900589.

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

Color convert

RGB237207135-
CMYK00.130.430.07
HSL42.35º73.91%72.94%-
HSV(B)42.35º43.04%92.94%-
XYZ61.6164.3832.1-
YUV207.7686.94148.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.93%
GREEN value IS 207 (81.25% from 255) = 35.75%
BLUE value IS 135 (53.12% from 255) = 23.32%
R=40.93%
G=35.75%
B=23.32%

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
Decimal23720713500.130.430.0742.3573.9172.94
HexEDCF870D2B72a4a49
Octal35531720701553752112111
Binary1110110111001111100001110110110101111110101010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCF87; }

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

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

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

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

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

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

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

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