#ecd983

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

Shades of Flax #ECD983

Tints of Flax #ECD983

Color information

#ECD983 (or 0xECD983) is unknown color: approx Flax. HEX triplet: EC, D9 and 83. RGB value is (236,217,131). Sum of RGB (Red+Green+Blue) = 236+217+131=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 131 (51.56% from 255 or 22.43% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD983 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD983 is #13267C. Grayscale: #D5D5D5. Windows color (decimal): -1255037 or 8641004. OLE color: 8641004.

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

Color convert

RGB236217131-
CMYK00.080.440.07
HSL49.14º73.43%71.96%-
HSV(B)49.14º44.49%92.55%-
XYZ63.569.131.46-
YUV212.8881.79144.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.41%
GREEN value IS 217 (85.16% from 255) = 37.16%
BLUE value IS 131 (51.56% from 255) = 22.43%
R=40.41%
G=37.16%
B=22.43%

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
Decimal23621713100.080.440.0749.1473.4371.96
HexECD983082C7314948
Octal35433120301054761111110
Binary1110110011011001100000110100010110011111000110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecd983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecd983; }

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

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

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

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

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

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

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

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