#EDC485

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

Shades of Marzipan #EDC485

Tints of Marzipan #EDC485

Color information

#EDC485 (or 0xEDC485) is unknown color: approx Marzipan. HEX triplet: ED, C4 and 85. RGB value is (237,196,133). Sum of RGB (Red+Green+Blue) = 237+196+133=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC485 is #123B7A. Grayscale: #C9C9C9. Windows color (decimal): -1194875 or 8766701. OLE color: 8766701.

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

Color convert

RGB237196133-
CMYK00.170.440.07
HSL36.35º74.29%72.55%-
HSV(B)36.35º43.88%92.94%-
XYZ58.959.1830.51-
YUV201.0889.58153.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.87%
GREEN value IS 196 (76.95% from 255) = 34.63%
BLUE value IS 133 (52.34% from 255) = 23.50%
R=41.87%
G=34.63%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719613300.170.440.0736.3574.2972.55
HexEDC4850112C7244a49
Octal35530420502154744112111
Binary11101101110001001000010101000110110011110010010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC485; }

 p { color: rgb(237,196,133); }

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

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

 a { background-color: rgb(237,196,133); }

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

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

 span { border-color: rgb(237,196,133); }

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