#E8DA86

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

Shades of Flax #E8DA86

Tints of Flax #E8DA86

Color information

#E8DA86 (or 0xE8DA86) is unknown color: approx Flax. HEX triplet: E8, DA and 86. RGB value is (232,218,134). Sum of RGB (Red+Green+Blue) = 232+218+134=584 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.73% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 134 (52.73% from 255 or 22.95% from 584); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DA86 is #172579. Grayscale: #D4D4D4. Windows color (decimal): -1516922 or 8837864. OLE color: 8837864.

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

Color convert

RGB232218134-
CMYK00.060.420.09
HSL51.43º68.06%71.76%-
HSV(B)51.43º42.24%90.98%-
XYZ62.6569.0232.57-
YUV212.6183.64141.83-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.73%
GREEN value IS 218 (85.55% from 255) = 37.33%
BLUE value IS 134 (52.73% from 255) = 22.95%
R=39.73%
G=37.33%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221813400.060.420.0951.4368.0671.76
HexE8DA86062A9334448
Octal35033220606521163104110
Binary1110100011011010100001100110101010100111001110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DA86; }

 p { color: rgb(232,218,134); }

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

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

 a { background-color: rgb(232,218,134); }

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

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

 span { border-color: rgb(232,218,134); }

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