#EAE892

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

Shades of Khaki #EAE892

Tints of Khaki #EAE892

Color information

#EAE892 (or 0xEAE892) is unknown color: approx Khaki. HEX triplet: EA, E8 and 92. RGB value is (234,232,146). Sum of RGB (Red+Green+Blue) = 234+232+146=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 146 (57.42% from 255 or 23.86% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE892 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE892 is #15176D. Grayscale: #DFDFDF. Windows color (decimal): -1382254 or 9627882. OLE color: 9627882.

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

Color convert

RGB234232146-
CMYK00.010.380.08
HSL58.64º67.69%74.51%-
HSV(B)58.64º37.61%91.76%-
XYZ67.9877.2838.53-
YUV222.7984.66135.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.24%
GREEN value IS 232 (91.02% from 255) = 37.91%
BLUE value IS 146 (57.42% from 255) = 23.86%
R=38.24%
G=37.91%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423214600.010.380.0858.6467.6974.51
HexEAE892012683b444b
Octal35235022201461073104113
Binary11101010111010001001001001100110100011101110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE892; }

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

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

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

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

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

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

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

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