#ECDA84

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

Shades of Flax #ECDA84

Tints of Flax #ECDA84

Color information

#ECDA84 (or 0xECDA84) is unknown color: approx Flax. HEX triplet: EC, DA and 84. RGB value is (236,218,132). Sum of RGB (Red+Green+Blue) = 236+218+132=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 132 (51.95% from 255 or 22.53% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDA84 is #13257B. Grayscale: #D5D5D5. Windows color (decimal): -1254780 or 8706796. OLE color: 8706796.

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

Color convert

RGB236218132-
CMYK00.080.440.07
HSL49.62º73.24%72.16%-
HSV(B)49.62º44.07%92.55%-
XYZ63.8369.6431.91-
YUV213.5881.96143.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.27%
GREEN value IS 218 (85.55% from 255) = 37.20%
BLUE value IS 132 (51.95% from 255) = 22.53%
R=40.27%
G=37.20%
B=22.53%

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
Decimal23621813200.080.440.0749.6273.2472.16
HexECDA84082C7324948
Octal35433220401054762111110
Binary1110110011011010100001000100010110011111001010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDA84; }

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

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

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

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

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

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

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

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