#ecda86

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

Shades of Flax #ECDA86

Tints of Flax #ECDA86

Color information

#ECDA86 (or 0xECDA86) is unknown color: approx Flax. HEX triplet: EC, DA and 86. RGB value is (236,218,134). Sum of RGB (Red+Green+Blue) = 236+218+134=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 134 (52.73% from 255 or 22.79% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDA86 is #132579. Grayscale: #D6D6D6. Windows color (decimal): -1254778 or 8837868. OLE color: 8837868.

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

Color convert

RGB236218134-
CMYK00.080.430.07
HSL49.41º72.86%72.55%-
HSV(B)49.41º43.22%92.55%-
XYZ63.9769.732.64-
YUV213.8182.96143.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.14%
GREEN value IS 218 (85.55% from 255) = 37.07%
BLUE value IS 134 (52.73% from 255) = 22.79%
R=40.14%
G=37.07%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621813400.080.430.0749.4172.8672.55
HexECDA86082B7314949
Octal35433220601053761111111
Binary1110110011011010100001100100010101111111000110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecda86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecda86; }

 p { color: rgb(236,218,134); }

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

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

 a { background-color: rgb(236,218,134); }

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

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

 span { border-color: rgb(236,218,134); }

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