#EDC684

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

Shades of Marzipan #EDC684

Tints of Marzipan #EDC684

Color information

#EDC684 (or 0xEDC684) is unknown color: approx Marzipan. HEX triplet: ED, C6 and 84. RGB value is (237,198,132). Sum of RGB (Red+Green+Blue) = 237+198+132=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 132 (51.95% from 255 or 23.28% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC684 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC684 is #12397B. Grayscale: #CACACA. Windows color (decimal): -1194364 or 8701677. OLE color: 8701677.

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

Color convert

RGB237198132-
CMYK00.160.440.07
HSL37.71º74.47%72.35%-
HSV(B)37.71º44.3%92.94%-
XYZ59.2860.0630.3-
YUV202.1488.42152.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.80%
GREEN value IS 198 (77.73% from 255) = 34.92%
BLUE value IS 132 (51.95% from 255) = 23.28%
R=41.80%
G=34.92%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719813200.160.440.0737.7174.4772.35
HexEDC6840102C7264a48
Octal35530620402054746112110
Binary11101101110001101000010001000010110011110011010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC684; }

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

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

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

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

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

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

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

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