#EAD689

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

Shades of Flax #EAD689

Tints of Flax #EAD689

Color information

#EAD689 (or 0xEAD689) is unknown color: approx Flax. HEX triplet: EA, D6 and 89. RGB value is (234,214,137). Sum of RGB (Red+Green+Blue) = 234+214+137=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 137 (53.91% from 255 or 23.42% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD689 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD689 is #152976. Grayscale: #D3D3D3. Windows color (decimal): -1386871 or 9033450. OLE color: 9033450.

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

Color convert

RGB234214137-
CMYK00.090.410.08
HSL47.63º69.78%72.75%-
HSV(B)47.63º41.45%91.76%-
XYZ62.4967.3933.38-
YUV211.286.13144.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40%
GREEN value IS 214 (83.98% from 255) = 36.58%
BLUE value IS 137 (53.91% from 255) = 23.42%
R=40%
G=36.58%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421413700.090.410.0847.6369.7872.75
HexEAD68909298304649
Octal352326211011511060106111
Binary11101010110101101000100101001101001100011000010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD689; }

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

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

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

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

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

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

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

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