#EADB86

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

Shades of Flax #EADB86

Tints of Flax #EADB86

Color information

#EADB86 (or 0xEADB86) is unknown color: approx Flax. HEX triplet: EA, DB and 86. RGB value is (234,219,134). Sum of RGB (Red+Green+Blue) = 234+219+134=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 134 (52.73% from 255 or 22.83% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB86 is #152479. Grayscale: #D6D6D6. Windows color (decimal): -1385594 or 8838122. OLE color: 8838122.

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

Color convert

RGB234219134-
CMYK00.060.430.08
HSL51º70.42%72.16%-
HSV(B)51º42.74%91.76%-
XYZ63.5769.8832.69-
YUV213.882.97142.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.86%
GREEN value IS 219 (85.94% from 255) = 37.31%
BLUE value IS 134 (52.73% from 255) = 22.83%
R=39.86%
G=37.31%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421913400.060.430.085170.4272.16
HexEADB86062B8334648
Octal35233320606531063106110
Binary1110101011011011100001100110101011100011001110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADB86; }

 p { color: rgb(234,219,134); }

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

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

 a { background-color: rgb(234,219,134); }

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

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

 span { border-color: rgb(234,219,134); }

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