#EAE894

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

Shades of Khaki #EAE894

Tints of Khaki #EAE894

Color information

#EAE894 (or 0xEAE894) is unknown color: approx Khaki. HEX triplet: EA, E8 and 94. RGB value is (234,232,148). Sum of RGB (Red+Green+Blue) = 234+232+148=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 148 (58.20% from 255 or 24.10% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE894 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE894 is #15176B. Grayscale: #DFDFDF. Windows color (decimal): -1382252 or 9758954. OLE color: 9758954.

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

Color convert

RGB234232148-
CMYK00.010.370.08
HSL58.6º67.19%74.9%-
HSV(B)58.6º36.75%91.76%-
XYZ68.1377.3439.35-
YUV223.0285.66135.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.11%
GREEN value IS 232 (91.02% from 255) = 37.79%
BLUE value IS 148 (58.20% from 255) = 24.10%
R=38.11%
G=37.79%
B=24.10%

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
Decimal23423214800.010.370.0858.667.1974.9
HexEAE894012583b434b
Octal35235022401451073103113
Binary11101010111010001001010001100101100011101110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE894; }

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

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

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

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

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

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

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

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