#EADA8C

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

Shades of Flax #EADA8C

Tints of Flax #EADA8C

Color information

#EADA8C (or 0xEADA8C) is unknown color: approx Flax. HEX triplet: EA, DA and 8C. RGB value is (234,218,140). Sum of RGB (Red+Green+Blue) = 234+218+140=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 140 (55.08% from 255 or 23.65% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADA8C is #152573. Grayscale: #D6D6D6. Windows color (decimal): -1385844 or 9231082. OLE color: 9231082.

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

Color convert

RGB234218140-
CMYK00.070.400.08
HSL49.79º69.12%73.33%-
HSV(B)49.79º40.17%91.76%-
XYZ63.7469.5334.87-
YUV213.8986.3142.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.53%
GREEN value IS 218 (85.55% from 255) = 36.82%
BLUE value IS 140 (55.08% from 255) = 23.65%
R=39.53%
G=36.82%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421814000.070.400.0849.7969.1273.33
HexEADA8C07288324549
Octal35233221407501062105111
Binary1110101011011010100011000111101000100011001010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADA8C; }

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

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

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

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

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

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

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

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