#EDC682

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

Shades of Marzipan #EDC682

Tints of Marzipan #EDC682

Color information

#EDC682 (or 0xEDC682) is unknown color: approx Marzipan. HEX triplet: ED, C6 and 82. RGB value is (237,198,130). Sum of RGB (Red+Green+Blue) = 237+198+130=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 130 (51.17% from 255 or 23.01% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC682 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC682 is #12397D. Grayscale: #CACACA. Windows color (decimal): -1194366 or 8570605. OLE color: 8570605.

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

Color convert

RGB237198130-
CMYK00.160.450.07
HSL38.13º74.83%71.96%-
HSV(B)38.13º45.15%92.94%-
XYZ59.156029.58-
YUV201.9187.42153.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.95%
GREEN value IS 198 (77.73% from 255) = 35.04%
BLUE value IS 130 (51.17% from 255) = 23.01%
R=41.95%
G=35.04%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719813000.160.450.0738.1374.8371.96
HexEDC6820102D7264b48
Octal35530620202055746113110
Binary11101101110001101000001001000010110111110011010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC682; }

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

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

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

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

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

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

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

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