#ECC980

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

Shades of Marzipan #ECC980

Tints of Marzipan #ECC980

Color information

#ECC980 (or 0xECC980) is unknown color: approx Marzipan. HEX triplet: EC, C9 and 80. RGB value is (236,201,128). Sum of RGB (Red+Green+Blue) = 236+201+128=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 128 (50.39% from 255 or 22.65% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC980 is #13367F. Grayscale: #CBCBCB. Windows color (decimal): -1259136 or 8440300. OLE color: 8440300.

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

Color convert

RGB236201128-
CMYK00.150.460.07
HSL40.56º73.97%71.37%-
HSV(B)40.56º45.76%92.55%-
XYZ59.3861.1629.1-
YUV203.1485.6151.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.77%
GREEN value IS 201 (78.91% from 255) = 35.58%
BLUE value IS 128 (50.39% from 255) = 22.65%
R=41.77%
G=35.58%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620112800.150.460.0740.5673.9771.37
HexECC9800F2E7294a47
Octal35431120001756751112107
Binary1110110011001001100000000111110111011110100110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC980; }

 p { color: rgb(236,201,128); }

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

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

 a { background-color: rgb(236,201,128); }

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

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

 span { border-color: rgb(236,201,128); }

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