#E8D885

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

Shades of Flax #E8D885

Tints of Flax #E8D885

Color information

#E8D885 (or 0xE8D885) is unknown color: approx Flax. HEX triplet: E8, D8 and 85. RGB value is (232,216,133). Sum of RGB (Red+Green+Blue) = 232+216+133=581 (76% of max value = 765). Red value is 232 (91.02% from 255 or 39.93% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 133 (52.34% from 255 or 22.89% from 581); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D885 is #17277A. Grayscale: #D3D3D3. Windows color (decimal): -1517435 or 8771816. OLE color: 8771816.

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

Color convert

RGB232216133-
CMYK00.070.430.09
HSL50.3º68.28%71.57%-
HSV(B)50.3º42.67%90.98%-
XYZ62.0767.9632.04-
YUV211.3283.8142.75-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.93%
GREEN value IS 216 (84.77% from 255) = 37.18%
BLUE value IS 133 (52.34% from 255) = 22.89%
R=39.93%
G=37.18%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221613300.070.430.0950.368.2871.57
HexE8D885072B9324448
Octal35033020507531162104110
Binary1110100011011000100001010111101011100111001010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D885; }

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

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

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

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

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

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

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

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