#EAE589

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

Shades of Khaki #EAE589

Tints of Khaki #EAE589

Color information

#EAE589 (or 0xEAE589) is unknown color: approx Khaki. HEX triplet: EA, E5 and 89. RGB value is (234,229,137). Sum of RGB (Red+Green+Blue) = 234+229+137=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 229 (89.84% from 255 or 38.17% from 600); Blue value is 137 (53.91% from 255 or 22.83% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE589 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE589 is #151A76. Grayscale: #DCDCDC. Windows color (decimal): -1383031 or 9037290. OLE color: 9037290.

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

Color convert

RGB234229137-
CMYK00.020.410.08
HSL56.91º69.78%72.75%-
HSV(B)56.91º41.45%91.76%-
XYZ66.4775.3434.71-
YUV220.0181.16137.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39%
GREEN value IS 229 (89.84% from 255) = 38.17%
BLUE value IS 137 (53.91% from 255) = 22.83%
R=39%
G=38.17%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422913700.020.410.0856.9169.7872.75
HexEAE58902298394649
Octal35234521102511071106111
Binary111010101110010110001001010101001100011100110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE589; }

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

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

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

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

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

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

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

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