#EDC778

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

Shades of Marzipan #EDC778

Tints of Marzipan #EDC778

Color information

#EDC778 (or 0xEDC778) is unknown color: approx Marzipan. HEX triplet: ED, C7 and 78. RGB value is (237,199,120). Sum of RGB (Red+Green+Blue) = 237+199+120=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 199 (78.12% from 255 or 35.79% from 556); Blue value is 120 (47.27% from 255 or 21.58% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC778 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC778 is #123887. Grayscale: #C9C9C9. Windows color (decimal): -1194120 or 7915501. OLE color: 7915501.

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

Color convert

RGB237199120-
CMYK00.160.490.07
HSL40.51º76.47%70%-
HSV(B)40.51º49.37%92.94%-
XYZ58.7460.2126.29-
YUV201.3682.09153.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.63%
GREEN value IS 199 (78.12% from 255) = 35.79%
BLUE value IS 120 (47.27% from 255) = 21.58%
R=42.63%
G=35.79%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719912000.160.490.0740.5176.4770
HexEDC778010317294c46
Octal35530717002061751114106
Binary1110110111000111111100001000011000111110100110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC778; }

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

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

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

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

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

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

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

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