#E6D887

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

Shades of Flax #E6D887

Tints of Flax #E6D887

Color information

#E6D887 (or 0xE6D887) is unknown color: approx Flax. HEX triplet: E6, D8 and 87. RGB value is (230,216,135). Sum of RGB (Red+Green+Blue) = 230+216+135=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 135 (53.12% from 255 or 23.24% from 581); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D887 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D887 is #192778. Grayscale: #D3D3D3. Windows color (decimal): -1648505 or 8902886. OLE color: 8902886.

HSL color Cylindrical-coordinate representation of color #E6D887: hue angle of 51.16º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E6D887 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB230216135-
CMYK00.060.410.10
HSL51.16º65.52%71.57%-
HSV(B)51.16º41.3%90.2%-
XYZ61.5667.6832.74-
YUV210.9585.14141.59-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.59%
GREEN value IS 216 (84.77% from 255) = 37.18%
BLUE value IS 135 (53.12% from 255) = 23.24%
R=39.59%
G=37.18%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021613500.060.410.1051.1665.5271.57
HexE6D8870629A334248
Octal34633020706511263102110
Binary1110011011011000100001110110101001101011001110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D887; }

 p { color: rgb(230,216,135); }

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

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

 a { background-color: rgb(230,216,135); }

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

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

 span { border-color: rgb(230,216,135); }

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