#EDCC80

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

Shades of Marzipan #EDCC80

Tints of Marzipan #EDCC80

Color information

#EDCC80 (or 0xEDCC80) is unknown color: approx Marzipan. HEX triplet: ED, CC and 80. RGB value is (237,204,128). Sum of RGB (Red+Green+Blue) = 237+204+128=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 128 (50.39% from 255 or 22.50% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCC80 is #12337F. Grayscale: #CDCDCD. Windows color (decimal): -1192832 or 8441069. OLE color: 8441069.

HSL color Cylindrical-coordinate representation of color #EDCC80: hue angle of 41.83º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDCC80 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB237204128-
CMYK00.140.460.07
HSL41.83º75.17%71.57%-
HSV(B)41.83º45.99%92.94%-
XYZ60.4162.7529.35-
YUV205.284.43150.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.65%
GREEN value IS 204 (80.08% from 255) = 35.85%
BLUE value IS 128 (50.39% from 255) = 22.50%
R=41.65%
G=35.85%
B=22.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720412800.140.460.0741.8375.1771.57
HexEDCC800E2E72a4b48
Octal35531420001656752113110
Binary1110110111001100100000000111010111011110101010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCC80; }

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

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

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

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

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

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

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

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