#EAD887

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

Shades of Flax #EAD887

Tints of Flax #EAD887

Color information

#EAD887 (or 0xEAD887) is unknown color: approx Flax. HEX triplet: EA, D8 and 87. RGB value is (234,216,135). Sum of RGB (Red+Green+Blue) = 234+216+135=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 135 (53.12% from 255 or 23.08% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD887 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD887 is #152778. Grayscale: #D4D4D4. Windows color (decimal): -1386361 or 8902890. OLE color: 8902890.

HSL color Cylindrical-coordinate representation of color #EAD887: hue angle of 49.09º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EAD887 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB234216135-
CMYK00.080.420.08
HSL49.09º70.21%72.35%-
HSV(B)49.09º42.31%91.76%-
XYZ62.8668.3532.8-
YUV212.1584.46143.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40%
GREEN value IS 216 (84.77% from 255) = 36.92%
BLUE value IS 135 (53.12% from 255) = 23.08%
R=40%
G=36.92%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421613500.080.420.0849.0970.2172.35
HexEAD887082A8314648
Octal352330207010521061106110
Binary11101010110110001000011101000101010100011000110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD887; }

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

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

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

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

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

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

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

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