#EDC978

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

Shades of Marzipan #EDC978

Tints of Marzipan #EDC978

Color information

#EDC978 (or 0xEDC978) is unknown color: approx Marzipan. HEX triplet: ED, C9 and 78. RGB value is (237,201,120). Sum of RGB (Red+Green+Blue) = 237+201+120=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 201 (78.91% from 255 or 36.02% from 558); Blue value is 120 (47.27% from 255 or 21.51% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC978 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC978 is #123687. Grayscale: #CACACA. Windows color (decimal): -1193608 or 7916013. OLE color: 7916013.

HSL color Cylindrical-coordinate representation of color #EDC978: hue angle of 41.54º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDC978 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB237201120-
CMYK00.150.490.07
HSL41.54º76.47%70%-
HSV(B)41.54º49.37%92.94%-
XYZ59.261.1326.45-
YUV202.5381.43152.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.47%
GREEN value IS 201 (78.91% from 255) = 36.02%
BLUE value IS 120 (47.27% from 255) = 21.51%
R=42.47%
G=36.02%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720112000.150.490.0741.5476.4770
HexEDC9780F3172a4c46
Octal35531117001761752114106
Binary111011011100100111110000111111000111110101010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC978; }

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

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

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

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

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

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

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

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