#EDC984

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

Shades of Marzipan #EDC984

Tints of Marzipan #EDC984

Color information

#EDC984 (or 0xEDC984) is unknown color: approx Marzipan. HEX triplet: ED, C9 and 84. RGB value is (237,201,132). Sum of RGB (Red+Green+Blue) = 237+201+132=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 132 (51.95% from 255 or 23.16% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC984 is #12367B. Grayscale: #CCCCCC. Windows color (decimal): -1193596 or 8702445. OLE color: 8702445.

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

Color convert

RGB237201132-
CMYK00.150.440.07
HSL39.43º74.47%72.35%-
HSV(B)39.43º44.3%92.94%-
XYZ59.9861.4430.53-
YUV203.987.43151.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.58%
GREEN value IS 201 (78.91% from 255) = 35.26%
BLUE value IS 132 (51.95% from 255) = 23.16%
R=41.58%
G=35.26%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720113200.150.440.0739.4374.4772.35
HexEDC9840F2C7274a48
Octal35531120401754747112110
Binary1110110111001001100001000111110110011110011110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC984; }

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

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

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

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

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

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

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

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