#ECDC89

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

Shades of Flax #ECDC89

Tints of Flax #ECDC89

Color information

#ECDC89 (or 0xECDC89) is unknown color: approx Flax. HEX triplet: EC, DC and 89. RGB value is (236,220,137). Sum of RGB (Red+Green+Blue) = 236+220+137=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 137 (53.91% from 255 or 23.10% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDC89 is #132376. Grayscale: #D7D7D7. Windows color (decimal): -1254263 or 9034988. OLE color: 9034988.

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

Color convert

RGB236220137-
CMYK00.070.420.07
HSL50.3º72.26%73.14%-
HSV(B)50.3º41.95%92.55%-
XYZ64.770.8333.93-
YUV215.3283.8142.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.80%
GREEN value IS 220 (86.33% from 255) = 37.10%
BLUE value IS 137 (53.91% from 255) = 23.10%
R=39.80%
G=37.10%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622013700.070.420.0750.372.2673.14
HexECDC89072A7324849
Octal3543342110752762110111
Binary111011001101110010001001011110101011111001010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDC89; }

 p { color: rgb(236,220,137); }

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

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

 a { background-color: rgb(236,220,137); }

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

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

 span { border-color: rgb(236,220,137); }

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