#EDC385

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

Shades of Marzipan #EDC385

Tints of Marzipan #EDC385

Color information

#EDC385 (or 0xEDC385) is unknown color: approx Marzipan. HEX triplet: ED, C3 and 85. RGB value is (237,195,133). Sum of RGB (Red+Green+Blue) = 237+195+133=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC385 is #123C7A. Grayscale: #C8C8C8. Windows color (decimal): -1195131 or 8766445. OLE color: 8766445.

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

Color convert

RGB237195133-
CMYK00.180.440.07
HSL35.77º74.29%72.55%-
HSV(B)35.77º43.88%92.94%-
XYZ58.6758.7330.43-
YUV200.4989.91154.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.95%
GREEN value IS 195 (76.56% from 255) = 34.51%
BLUE value IS 133 (52.34% from 255) = 23.54%
R=41.95%
G=34.51%
B=23.54%

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
Decimal23719513300.180.440.0735.7774.2972.55
HexEDC3850122C7244a49
Octal35530320502254744112111
Binary11101101110000111000010101001010110011110010010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC385; }

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

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

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

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

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

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

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

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