#EAE893

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

Shades of Khaki #EAE893

Tints of Khaki #EAE893

Color information

#EAE893 (or 0xEAE893) is unknown color: approx Khaki. HEX triplet: EA, E8 and 93. RGB value is (234,232,147). Sum of RGB (Red+Green+Blue) = 234+232+147=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 147 (57.81% from 255 or 23.98% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE893 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE893 is #15176C. Grayscale: #DFDFDF. Windows color (decimal): -1382253 or 9693418. OLE color: 9693418.

HSL color Cylindrical-coordinate representation of color #EAE893: hue angle of 58.62º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EAE893 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB234232147-
CMYK00.010.370.08
HSL58.62º67.44%74.71%-
HSV(B)58.62º37.18%91.76%-
XYZ68.0577.3138.94-
YUV222.9185.16135.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.17%
GREEN value IS 232 (91.02% from 255) = 37.85%
BLUE value IS 147 (57.81% from 255) = 23.98%
R=38.17%
G=37.85%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423214700.010.370.0858.6267.4474.71
HexEAE893012583b434b
Octal35235022301451073103113
Binary11101010111010001001001101100101100011101110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE893; }

 p { color: rgb(234,232,147); }

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

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

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

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

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

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

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