#EDC480

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

Shades of Marzipan #EDC480

Tints of Marzipan #EDC480

Color information

#EDC480 (or 0xEDC480) is unknown color: approx Marzipan. HEX triplet: ED, C4 and 80. RGB value is (237,196,128). Sum of RGB (Red+Green+Blue) = 237+196+128=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 128 (50.39% from 255 or 22.82% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC480 is #123B7F. Grayscale: #C8C8C8. Windows color (decimal): -1194880 or 8439021. OLE color: 8439021.

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

Color convert

RGB237196128-
CMYK00.170.460.07
HSL37.43º75.17%71.57%-
HSV(B)37.43º45.99%92.94%-
XYZ58.5659.0428.73-
YUV200.5187.08154.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.25%
GREEN value IS 196 (76.95% from 255) = 34.94%
BLUE value IS 128 (50.39% from 255) = 22.82%
R=42.25%
G=34.94%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719612800.170.460.0737.4375.1771.57
HexEDC4800112E7254b48
Octal35530420002156745113110
Binary11101101110001001000000001000110111011110010110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC480; }

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

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

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

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

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

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

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

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