#EAD889

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

Shades of Flax #EAD889

Tints of Flax #EAD889

Color information

#EAD889 (or 0xEAD889) is unknown color: approx Flax. HEX triplet: EA, D8 and 89. RGB value is (234,216,137). Sum of RGB (Red+Green+Blue) = 234+216+137=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 137 (53.91% from 255 or 23.34% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD889 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD889 is #152776. Grayscale: #D4D4D4. Windows color (decimal): -1386359 or 9033962. OLE color: 9033962.

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

Color convert

RGB234216137-
CMYK00.080.410.08
HSL48.87º69.78%72.75%-
HSV(B)48.87º41.45%91.76%-
XYZ6368.4133.55-
YUV212.3885.46143.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.86%
GREEN value IS 216 (84.77% from 255) = 36.80%
BLUE value IS 137 (53.91% from 255) = 23.34%
R=39.86%
G=36.80%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421613700.080.410.0848.8769.7872.75
HexEAD88908298314649
Octal352330211010511061106111
Binary11101010110110001000100101000101001100011000110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD889; }

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

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

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

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

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

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

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

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