#EDCE8D

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

Shades of Marzipan #EDCE8D

Tints of Marzipan #EDCE8D

Color information

#EDCE8D (or 0xEDCE8D) is unknown color: approx Marzipan. HEX triplet: ED, CE and 8D. RGB value is (237,206,141). Sum of RGB (Red+Green+Blue) = 237+206+141=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCE8D is #123172. Grayscale: #D0D0D0. Windows color (decimal): -1192307 or 9293549. OLE color: 9293549.

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

Color convert

RGB237206141-
CMYK00.130.410.07
HSL40.62º72.73%74.12%-
HSV(B)40.62º40.51%92.94%-
XYZ61.864.0734.31-
YUV207.8690.27148.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.58%
GREEN value IS 206 (80.86% from 255) = 35.27%
BLUE value IS 141 (55.47% from 255) = 24.14%
R=40.58%
G=35.27%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720614100.130.410.0740.6272.7374.12
HexEDCE8D0D29729494a
Octal35531621501551751111112
Binary1110110111001110100011010110110100111110100110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCE8D; }

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

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

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

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

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

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

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

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