#ECDA82

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

Shades of Flax #ECDA82

Tints of Flax #ECDA82

Color information

#ECDA82 (or 0xECDA82) is unknown color: approx Flax. HEX triplet: EC, DA and 82. RGB value is (236,218,130). Sum of RGB (Red+Green+Blue) = 236+218+130=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 130 (51.17% from 255 or 22.26% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDA82 is #13257D. Grayscale: #D5D5D5. Windows color (decimal): -1254782 or 8575724. OLE color: 8575724.

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

Color convert

RGB236218130-
CMYK00.080.450.07
HSL49.81º73.61%71.76%-
HSV(B)49.81º44.92%92.55%-
XYZ63.6969.5931.19-
YUV213.3580.96144.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.41%
GREEN value IS 218 (85.55% from 255) = 37.33%
BLUE value IS 130 (51.17% from 255) = 22.26%
R=40.41%
G=37.33%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621813000.080.450.0749.8173.6171.76
HexECDA82082D7324a48
Octal35433220201055762112110
Binary1110110011011010100000100100010110111111001010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDA82; }

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

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

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

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

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

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

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

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