#EDCE89

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

Shades of Marzipan #EDCE89

Tints of Marzipan #EDCE89

Color information

#EDCE89 (or 0xEDCE89) is unknown color: approx Marzipan. HEX triplet: ED, CE and 89. RGB value is (237,206,137). Sum of RGB (Red+Green+Blue) = 237+206+137=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 137 (53.91% from 255 or 23.62% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCE89 is #123176. Grayscale: #CFCFCF. Windows color (decimal): -1192311 or 9031405. OLE color: 9031405.

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

Color convert

RGB237206137-
CMYK00.130.420.07
HSL41.4º73.53%73.33%-
HSV(B)41.4º42.19%92.94%-
XYZ61.5163.9532.77-
YUV207.488.27149.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.86%
GREEN value IS 206 (80.86% from 255) = 35.52%
BLUE value IS 137 (53.91% from 255) = 23.62%
R=40.86%
G=35.52%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720613700.130.420.0741.473.5373.33
HexEDCE890D2A7294a49
Octal35531621101552751112111
Binary1110110111001110100010010110110101011110100110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCE89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCE89; }

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

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

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

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

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

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

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

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