#ECDB85

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

Shades of Flax #ECDB85

Tints of Flax #ECDB85

Color information

#ECDB85 (or 0xECDB85) is unknown color: approx Flax. HEX triplet: EC, DB and 85. RGB value is (236,219,133). Sum of RGB (Red+Green+Blue) = 236+219+133=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 133 (52.34% from 255 or 22.62% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDB85 is #13247A. Grayscale: #D6D6D6. Windows color (decimal): -1254523 or 8772588. OLE color: 8772588.

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

Color convert

RGB236219133-
CMYK00.070.440.07
HSL50.1º73.05%72.35%-
HSV(B)50.1º43.64%92.55%-
XYZ64.1670.1932.36-
YUV214.2882.13143.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.14%
GREEN value IS 219 (85.94% from 255) = 37.24%
BLUE value IS 133 (52.34% from 255) = 22.62%
R=40.14%
G=37.24%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621913300.070.440.0750.173.0572.35
HexECDB85072C7324948
Octal3543332050754762111110
Binary111011001101101110000101011110110011111001010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDB85; }

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

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

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

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

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

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

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

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