#EADA85

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

Shades of Flax #EADA85

Tints of Flax #EADA85

Color information

#EADA85 (or 0xEADA85) is unknown color: approx Flax. HEX triplet: EA, DA and 85. RGB value is (234,218,133). Sum of RGB (Red+Green+Blue) = 234+218+133=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 133 (52.34% from 255 or 22.74% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADA85 is #15257A. Grayscale: #D5D5D5. Windows color (decimal): -1385851 or 8772330. OLE color: 8772330.

HSL color Cylindrical-coordinate representation of color #EADA85: hue angle of 50.5º degrees, saturation: 0.71, 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 #EADA85 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB234218133-
CMYK00.070.430.08
HSL50.5º70.63%71.96%-
HSV(B)50.5º43.16%91.76%-
XYZ63.2469.3332.24-
YUV213.0982.8142.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40%
GREEN value IS 218 (85.55% from 255) = 37.26%
BLUE value IS 133 (52.34% from 255) = 22.74%
R=40%
G=37.26%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421813300.070.430.0850.570.6371.96
HexEADA85072B8324748
Octal35233220507531062107110
Binary1110101011011010100001010111101011100011001010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADA85; }

 p { color: rgb(234,218,133); }

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

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

 a { background-color: rgb(234,218,133); }

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

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

 span { border-color: rgb(234,218,133); }

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