#EDCD85

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

Shades of Marzipan #EDCD85

Tints of Marzipan #EDCD85

Color information

#EDCD85 (or 0xEDCD85) is unknown color: approx Marzipan. HEX triplet: ED, CD and 85. RGB value is (237,205,133). Sum of RGB (Red+Green+Blue) = 237+205+133=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 133 (52.34% from 255 or 23.13% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCD85 is #12327A. Grayscale: #CECECE. Windows color (decimal): -1192571 or 8769005. OLE color: 8769005.

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

Color convert

RGB237205133-
CMYK00.140.440.07
HSL41.54º74.29%72.55%-
HSV(B)41.54º43.88%92.94%-
XYZ60.9963.3631.21-
YUV206.3686.6149.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.22%
GREEN value IS 205 (80.47% from 255) = 35.65%
BLUE value IS 133 (52.34% from 255) = 23.13%
R=41.22%
G=35.65%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720513300.140.440.0741.5474.2972.55
HexEDCD850E2C72a4a49
Octal35531520501654752112111
Binary1110110111001101100001010111010110011110101010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCD85; }

 p { color: rgb(237,205,133); }

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

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

 a { background-color: rgb(237,205,133); }

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

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

 span { border-color: rgb(237,205,133); }

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