#EDCD7C

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

Shades of Marzipan #EDCD7C

Tints of Marzipan #EDCD7C

Color information

#EDCD7C (or 0xEDCD7C) is unknown color: approx Marzipan. HEX triplet: ED, CD and 7C. RGB value is (237,205,124). Sum of RGB (Red+Green+Blue) = 237+205+124=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 124 (48.83% from 255 or 21.91% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD7C is #123283. Grayscale: #CDCDCD. Windows color (decimal): -1192580 or 8179181. OLE color: 8179181.

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

Color convert

RGB237205124-
CMYK00.140.480.07
HSL43.01º75.84%70.78%-
HSV(B)43.01º47.68%92.94%-
XYZ60.3963.1228.07-
YUV205.3382.1150.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.87%
GREEN value IS 205 (80.47% from 255) = 36.22%
BLUE value IS 124 (48.83% from 255) = 21.91%
R=41.87%
G=36.22%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720512400.140.480.0743.0175.8470.78
HexEDCD7C0E3072b4c47
Octal35531517401660753114107
Binary111011011100110111111000111011000011110101110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCD7C; }

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

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

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

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

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

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

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

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