#EDC786

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

Shades of Marzipan #EDC786

Tints of Marzipan #EDC786

Color information

#EDC786 (or 0xEDC786) is unknown color: approx Marzipan. HEX triplet: ED, C7 and 86. RGB value is (237,199,134). Sum of RGB (Red+Green+Blue) = 237+199+134=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 134 (52.73% from 255 or 23.51% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC786 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC786 is #123879. Grayscale: #CBCBCB. Windows color (decimal): -1194106 or 8833005. OLE color: 8833005.

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

Color convert

RGB237199134-
CMYK00.160.430.07
HSL37.86º74.1%72.75%-
HSV(B)37.86º43.46%92.94%-
XYZ59.6560.5731.1-
YUV202.9589.09152.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.58%
GREEN value IS 199 (78.12% from 255) = 34.91%
BLUE value IS 134 (52.73% from 255) = 23.51%
R=41.58%
G=34.91%
B=23.51%

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
Decimal23719913400.160.430.0737.8674.172.75
HexEDC7860102B7264a49
Octal35530720602053746112111
Binary11101101110001111000011001000010101111110011010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC786; }

 p { color: rgb(237,199,134); }

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

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

 a { background-color: rgb(237,199,134); }

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

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

 span { border-color: rgb(237,199,134); }

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