#ECD885

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

Shades of Flax #ECD885

Tints of Flax #ECD885

Color information

#ECD885 (or 0xECD885) is unknown color: approx Flax. HEX triplet: EC, D8 and 85. RGB value is (236,216,133). Sum of RGB (Red+Green+Blue) = 236+216+133=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 133 (52.34% from 255 or 22.74% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD885 is #13277A. Grayscale: #D4D4D4. Windows color (decimal): -1255291 or 8771820. OLE color: 8771820.

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

Color convert

RGB236216133-
CMYK00.080.440.07
HSL48.35º73.05%72.35%-
HSV(B)48.35º43.64%92.55%-
XYZ63.3868.6432.1-
YUV212.5283.13144.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.34%
GREEN value IS 216 (84.77% from 255) = 36.92%
BLUE value IS 133 (52.34% from 255) = 22.74%
R=40.34%
G=36.92%
B=22.74%

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
Decimal23621613300.080.440.0748.3573.0572.35
HexECD885082C7304948
Octal35433020501054760111110
Binary1110110011011000100001010100010110011111000010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD885; }

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

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

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

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

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

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

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

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