#EAEA89

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

Shades of Khaki #EAEA89

Tints of Khaki #EAEA89

Color information

#EAEA89 (or 0xEAEA89) is unknown color: approx Khaki. HEX triplet: EA, EA and 89. RGB value is (234,234,137). Sum of RGB (Red+Green+Blue) = 234+234+137=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 234 (91.80% from 255 or 38.68% from 605); Blue value is 137 (53.91% from 255 or 22.64% from 605); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEA89 is #151576. Grayscale: #DFDFDF. Windows color (decimal): -1381751 or 9038570. OLE color: 9038570.

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

Color convert

RGB234234137-
CMYK000.410.08
HSL60º69.78%72.75%-
HSV(B)60º41.45%91.76%-
XYZ67.8778.1435.17-
YUV222.9479.5135.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.68%
GREEN value IS 234 (91.80% from 255) = 38.68%
BLUE value IS 137 (53.91% from 255) = 22.64%
R=38.68%
G=38.68%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234234137000.410.086069.7872.75
HexEAEA89002983c4649
Octal35235221100511074106111
Binary11101010111010101000100100101001100011110010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEA89; }

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

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

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

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

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

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

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

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