#EDC285

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

Shades of Marzipan #EDC285

Tints of Marzipan #EDC285

Color information

#EDC285 (or 0xEDC285) is unknown color: approx Marzipan. HEX triplet: ED, C2 and 85. RGB value is (237,194,133). Sum of RGB (Red+Green+Blue) = 237+194+133=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 133 (52.34% from 255 or 23.58% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC285 is #123D7A. Grayscale: #C8C8C8. Windows color (decimal): -1195387 or 8766189. OLE color: 8766189.

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

Color convert

RGB237194133-
CMYK00.180.440.07
HSL35.19º74.29%72.55%-
HSV(B)35.19º43.88%92.94%-
XYZ58.4558.2830.36-
YUV199.990.25154.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.02%
GREEN value IS 194 (76.17% from 255) = 34.40%
BLUE value IS 133 (52.34% from 255) = 23.58%
R=42.02%
G=34.40%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719413300.180.440.0735.1974.2972.55
HexEDC2850122C7234a49
Octal35530220502254743112111
Binary11101101110000101000010101001010110011110001110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC285; }

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

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

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

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

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

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

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

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