#ECD980

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

Shades of Flax #ECD980

Tints of Flax #ECD980

Color information

#ECD980 (or 0xECD980) is unknown color: approx Flax. HEX triplet: EC, D9 and 80. RGB value is (236,217,128). Sum of RGB (Red+Green+Blue) = 236+217+128=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 128 (50.39% from 255 or 22.03% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD980 is #13267F. Grayscale: #D4D4D4. Windows color (decimal): -1255040 or 8444396. OLE color: 8444396.

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

Color convert

RGB236217128-
CMYK00.080.460.07
HSL49.44º73.97%71.37%-
HSV(B)49.44º45.76%92.55%-
XYZ63.369.0230.41-
YUV212.5480.29144.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.62%
GREEN value IS 217 (85.16% from 255) = 37.35%
BLUE value IS 128 (50.39% from 255) = 22.03%
R=40.62%
G=37.35%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621712800.080.460.0749.4473.9771.37
HexECD980082E7314a47
Octal35433120001056761112107
Binary1110110011011001100000000100010111011111000110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD980; }

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

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

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

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

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

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

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

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