#EDC484

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

Shades of Marzipan #EDC484

Tints of Marzipan #EDC484

Color information

#EDC484 (or 0xEDC484) is unknown color: approx Marzipan. HEX triplet: ED, C4 and 84. RGB value is (237,196,132). Sum of RGB (Red+Green+Blue) = 237+196+132=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 196 (76.95% from 255 or 34.69% from 565); Blue value is 132 (51.95% from 255 or 23.36% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC484 is #123B7B. Grayscale: #C9C9C9. Windows color (decimal): -1194876 or 8701165. OLE color: 8701165.

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

Color convert

RGB237196132-
CMYK00.170.440.07
HSL36.57º74.47%72.35%-
HSV(B)36.57º44.3%92.94%-
XYZ58.8359.1530.15-
YUV200.9689.08153.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.95%
GREEN value IS 196 (76.95% from 255) = 34.69%
BLUE value IS 132 (51.95% from 255) = 23.36%
R=41.95%
G=34.69%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719613200.170.440.0736.5774.4772.35
HexEDC4840112C7254a48
Octal35530420402154745112110
Binary11101101110001001000010001000110110011110010110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC484; }

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

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

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

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

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

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

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

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