#EAD589

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

Shades of Flax #EAD589

Tints of Flax #EAD589

Color information

#EAD589 (or 0xEAD589) is unknown color: approx Flax. HEX triplet: EA, D5 and 89. RGB value is (234,213,137). Sum of RGB (Red+Green+Blue) = 234+213+137=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 137 (53.91% from 255 or 23.46% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD589 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD589 is #152A76. Grayscale: #D2D2D2. Windows color (decimal): -1387127 or 9033194. OLE color: 9033194.

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

Color convert

RGB234213137-
CMYK00.090.410.08
HSL47.01º69.78%72.75%-
HSV(B)47.01º41.45%91.76%-
XYZ62.2466.8933.3-
YUV210.6186.46144.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.07%
GREEN value IS 213 (83.59% from 255) = 36.47%
BLUE value IS 137 (53.91% from 255) = 23.46%
R=40.07%
G=36.47%
B=23.46%

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
Decimal23421313700.090.410.0847.0169.7872.75
HexEAD589092982f4649
Octal352325211011511057106111
Binary11101010110101011000100101001101001100010111110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD589; }

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

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

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

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

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

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

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

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