#EDC689

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

Shades of Marzipan #EDC689

Tints of Marzipan #EDC689

Color information

#EDC689 (or 0xEDC689) is unknown color: approx Marzipan. HEX triplet: ED, C6 and 89. RGB value is (237,198,137). Sum of RGB (Red+Green+Blue) = 237+198+137=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 137 (53.91% from 255 or 23.95% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC689 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC689 is #123976. Grayscale: #CACACA. Windows color (decimal): -1194359 or 9029357. OLE color: 9029357.

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

Color convert

RGB237198137-
CMYK00.160.420.07
HSL36.6º73.53%73.33%-
HSV(B)36.6º42.19%92.94%-
XYZ59.6360.232.14-
YUV202.7190.92152.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.43%
GREEN value IS 198 (77.73% from 255) = 34.62%
BLUE value IS 137 (53.91% from 255) = 23.95%
R=41.43%
G=34.62%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719813700.160.420.0736.673.5373.33
HexEDC6890102A7254a49
Octal35530621102052745112111
Binary11101101110001101000100101000010101011110010110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC689; }

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

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

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

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

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

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

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

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