#EDC17C

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

Shades of Marzipan #EDC17C

Tints of Marzipan #EDC17C

Color information

#EDC17C (or 0xEDC17C) is unknown color: approx Marzipan. HEX triplet: ED, C1 and 7C. RGB value is (237,193,124). Sum of RGB (Red+Green+Blue) = 237+193+124=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC17C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC17C is #123E83. Grayscale: #C6C6C6. Windows color (decimal): -1195652 or 8176109. OLE color: 8176109.

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

Color convert

RGB237193124-
CMYK00.190.480.07
HSL36.64º75.84%70.78%-
HSV(B)36.64º47.68%92.94%-
XYZ57.6357.627.15-
YUV198.2986.08155.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.78%
GREEN value IS 193 (75.78% from 255) = 34.84%
BLUE value IS 124 (48.83% from 255) = 22.38%
R=42.78%
G=34.84%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719312400.190.480.0736.6475.8470.78
HexEDC17C013307254c47
Octal35530117402360745114107
Binary1110110111000001111110001001111000011110010110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC17C; }

 p { color: rgb(237,193,124); }

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

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

 a { background-color: rgb(237,193,124); }

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

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

 span { border-color: rgb(237,193,124); }

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