#ECD984

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

Shades of Flax #ECD984

Tints of Flax #ECD984

Color information

#ECD984 (or 0xECD984) is unknown color: approx Flax. HEX triplet: EC, D9 and 84. RGB value is (236,217,132). Sum of RGB (Red+Green+Blue) = 236+217+132=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 132 (51.95% from 255 or 22.56% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD984 is #13267B. Grayscale: #D5D5D5. Windows color (decimal): -1255036 or 8706540. OLE color: 8706540.

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

Color convert

RGB236217132-
CMYK00.080.440.07
HSL49.04º73.24%72.16%-
HSV(B)49.04º44.07%92.55%-
XYZ63.5769.1231.82-
YUV212.9982.29144.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.34%
GREEN value IS 217 (85.16% from 255) = 37.09%
BLUE value IS 132 (51.95% from 255) = 22.56%
R=40.34%
G=37.09%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621713200.080.440.0749.0473.2472.16
HexECD984082C7314948
Octal35433120401054761111110
Binary1110110011011001100001000100010110011111000110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD984; }

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

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

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

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

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

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

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

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