#EDC676

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

Shades of Marzipan #EDC676

Tints of Marzipan #EDC676

Color information

#EDC676 (or 0xEDC676) is unknown color: approx Marzipan. HEX triplet: ED, C6 and 76. RGB value is (237,198,118). Sum of RGB (Red+Green+Blue) = 237+198+118=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 118 (46.48% from 255 or 21.34% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC676 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC676 is #123989. Grayscale: #C8C8C8. Windows color (decimal): -1194378 or 7784173. OLE color: 7784173.

HSL color Cylindrical-coordinate representation of color #EDC676: hue angle of 40.34º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDC676 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB237198118-
CMYK00.160.500.07
HSL40.34º76.77%69.61%-
HSV(B)40.34º50.21%92.94%-
XYZ58.3959.725.59-
YUV200.5481.42154-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.86%
GREEN value IS 198 (77.73% from 255) = 35.80%
BLUE value IS 118 (46.48% from 255) = 21.34%
R=42.86%
G=35.80%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719811800.160.500.0740.3476.7769.61
HexEDC676010327284d46
Octal35530616602062750115106
Binary1110110111000110111011001000011001011110100010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC676; }

 p { color: rgb(237,198,118); }

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

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

 a { background-color: rgb(237,198,118); }

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

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

 span { border-color: rgb(237,198,118); }

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