#EADA8B

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

Shades of Flax #EADA8B

Tints of Flax #EADA8B

Color information

#EADA8B (or 0xEADA8B) is unknown color: approx Flax. HEX triplet: EA, DA and 8B. RGB value is (234,218,139). Sum of RGB (Red+Green+Blue) = 234+218+139=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 139 (54.69% from 255 or 23.52% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADA8B is #152574. Grayscale: #D6D6D6. Windows color (decimal): -1385845 or 9165546. OLE color: 9165546.

HSL color Cylindrical-coordinate representation of color #EADA8B: hue angle of 49.89º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EADA8B is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB234218139-
CMYK00.070.410.08
HSL49.89º69.34%73.14%-
HSV(B)49.89º40.6%91.76%-
XYZ63.6669.534.49-
YUV213.7885.8142.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.59%
GREEN value IS 218 (85.55% from 255) = 36.89%
BLUE value IS 139 (54.69% from 255) = 23.52%
R=39.59%
G=36.89%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421813900.070.410.0849.8969.3473.14
HexEADA8B07298324549
Octal35233221307511062105111
Binary1110101011011010100010110111101001100011001010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADA8B; }

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

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

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

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

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

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

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

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