#ECDB82

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

Shades of Flax #ECDB82

Tints of Flax #ECDB82

Color information

#ECDB82 (or 0xECDB82) is unknown color: approx Flax. HEX triplet: EC, DB and 82. RGB value is (236,219,130). Sum of RGB (Red+Green+Blue) = 236+219+130=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 130 (51.17% from 255 or 22.22% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDB82 is #13247D. Grayscale: #D6D6D6. Windows color (decimal): -1254526 or 8575980. OLE color: 8575980.

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

Color convert

RGB236219130-
CMYK00.070.450.07
HSL50.38º73.61%71.76%-
HSV(B)50.38º44.92%92.55%-
XYZ63.9570.1131.28-
YUV213.9480.63143.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.34%
GREEN value IS 219 (85.94% from 255) = 37.44%
BLUE value IS 130 (51.17% from 255) = 22.22%
R=40.34%
G=37.44%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621913000.070.450.0750.3873.6171.76
HexECDB82072D7324a48
Octal3543332020755762112110
Binary111011001101101110000010011110110111111001010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDB82; }

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

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

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

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

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

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

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

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