#EDCD8D

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

Shades of Marzipan #EDCD8D

Tints of Marzipan #EDCD8D

Color information

#EDCD8D (or 0xEDCD8D) is unknown color: approx Marzipan. HEX triplet: ED, CD and 8D. RGB value is (237,205,141). Sum of RGB (Red+Green+Blue) = 237+205+141=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 141 (55.47% from 255 or 24.19% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCD8D is #123272. Grayscale: #CFCFCF. Windows color (decimal): -1192563 or 9293293. OLE color: 9293293.

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

Color convert

RGB237205141-
CMYK00.140.410.07
HSL40º72.73%74.12%-
HSV(B)40º40.51%92.94%-
XYZ61.5663.5934.23-
YUV207.2790.6149.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.65%
GREEN value IS 205 (80.47% from 255) = 35.16%
BLUE value IS 141 (55.47% from 255) = 24.19%
R=40.65%
G=35.16%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720514100.140.410.074072.7374.12
HexEDCD8D0E29728494a
Octal35531521501651750111112
Binary1110110111001101100011010111010100111110100010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCD8D; }

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

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

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

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

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

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

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

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