#EDCC7C

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

Shades of Marzipan #EDCC7C

Tints of Marzipan #EDCC7C

Color information

#EDCC7C (or 0xEDCC7C) is unknown color: approx Marzipan. HEX triplet: ED, CC and 7C. RGB value is (237,204,124). Sum of RGB (Red+Green+Blue) = 237+204+124=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 124 (48.83% from 255 or 21.95% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC7C is #123383. Grayscale: #CDCDCD. Windows color (decimal): -1192836 or 8178925. OLE color: 8178925.

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

Color convert

RGB237204124-
CMYK00.140.480.07
HSL42.48º75.84%70.78%-
HSV(B)42.48º47.68%92.94%-
XYZ60.1662.6527.99-
YUV204.7582.43151-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.95%
GREEN value IS 204 (80.08% from 255) = 36.11%
BLUE value IS 124 (48.83% from 255) = 21.95%
R=41.95%
G=36.11%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720412400.140.480.0742.4875.8470.78
HexEDCC7C0E3072a4c47
Octal35531417401660752114107
Binary111011011100110011111000111011000011110101010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCC7C; }

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

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

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

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

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

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

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

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