#EEEA94

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

Shades of Khaki #EEEA94

Tints of Khaki #EEEA94

Color information

#EEEA94 (or 0xEEEA94) is unknown color: approx Khaki. HEX triplet: EE, EA and 94. RGB value is (238,234,148). Sum of RGB (Red+Green+Blue) = 238+234+148=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 148 (58.20% from 255 or 23.87% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEA94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEA94 is #11156B. Grayscale: #E1E1E1. Windows color (decimal): -1119596 or 9759470. OLE color: 9759470.

HSL color Cylindrical-coordinate representation of color #EEEA94: hue angle of 57.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EEEA94 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB238234148-
CMYK00.020.380.07
HSL57.33º72.58%75.69%-
HSV(B)57.33º37.82%93.33%-
XYZ70.0379.1639.61-
YUV225.3984.33136.99-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.39%
GREEN value IS 234 (91.80% from 255) = 37.74%
BLUE value IS 148 (58.20% from 255) = 23.87%
R=38.39%
G=37.74%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823414800.020.380.0757.3372.5875.69
HexEEEA940226739494c
Octal3563522240246771111114
Binary11101110111010101001010001010011011111100110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEA94; }

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

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

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

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

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

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

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

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