#EDCD80

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

Shades of Marzipan #EDCD80

Tints of Marzipan #EDCD80

Color information

#EDCD80 (or 0xEDCD80) is unknown color: approx Marzipan. HEX triplet: ED, CD and 80. RGB value is (237,205,128). Sum of RGB (Red+Green+Blue) = 237+205+128=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 128 (50.39% from 255 or 22.46% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCD80 is #12327F. Grayscale: #CECECE. Windows color (decimal): -1192576 or 8441325. OLE color: 8441325.

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

Color convert

RGB237205128-
CMYK00.140.460.07
HSL42.39º75.17%71.57%-
HSV(B)42.39º45.99%92.94%-
XYZ60.6563.2329.43-
YUV205.7984.1150.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.58%
GREEN value IS 205 (80.47% from 255) = 35.96%
BLUE value IS 128 (50.39% from 255) = 22.46%
R=41.58%
G=35.96%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720512800.140.460.0742.3975.1771.57
HexEDCD800E2E72a4b48
Octal35531520001656752113110
Binary1110110111001101100000000111010111011110101010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCD80; }

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

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

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

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

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

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

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

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