#EDC688

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

Shades of Marzipan #EDC688

Tints of Marzipan #EDC688

Color information

#EDC688 (or 0xEDC688) is unknown color: approx Marzipan. HEX triplet: ED, C6 and 88. RGB value is (237,198,136). Sum of RGB (Red+Green+Blue) = 237+198+136=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 136 (53.52% from 255 or 23.82% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC688 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC688 is #123977. Grayscale: #CACACA. Windows color (decimal): -1194360 or 8963821. OLE color: 8963821.

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

Color convert

RGB237198136-
CMYK00.160.430.07
HSL36.83º73.72%73.14%-
HSV(B)36.83º42.62%92.94%-
XYZ59.5660.1731.77-
YUV202.5990.42152.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.51%
GREEN value IS 198 (77.73% from 255) = 34.68%
BLUE value IS 136 (53.52% from 255) = 23.82%
R=41.51%
G=34.68%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719813600.160.430.0736.8373.7273.14
HexEDC6880102B7254a49
Octal35530621002053745112111
Binary11101101110001101000100001000010101111110010110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC688; }

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

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

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

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

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

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

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

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