#eee98c

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

Shades of Khaki #EEE98C

Tints of Khaki #EEE98C

Color information

#EEE98C (or 0xEEE98C) is unknown color: approx Khaki. HEX triplet: EE, E9 and 8C. RGB value is (238,233,140). Sum of RGB (Red+Green+Blue) = 238+233+140=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 140 (55.08% from 255 or 22.91% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE98C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE98C is #111673. Grayscale: #E0E0E0. Windows color (decimal): -1119860 or 9234926. OLE color: 9234926.

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

Color convert

RGB238233140-
CMYK00.020.410.07
HSL56.94º74.24%74.12%-
HSV(B)56.94º41.18%93.33%-
XYZ69.1378.3536.29-
YUV223.8980.66138.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.95%
GREEN value IS 233 (91.41% from 255) = 38.13%
BLUE value IS 140 (55.08% from 255) = 22.91%
R=38.95%
G=38.13%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823314000.020.410.0756.9474.2474.12
HexEEE98C02297394a4a
Octal3563512140251771112112
Binary11101110111010011000110001010100111111100110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eee98c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eee98c; }

 p { color: rgb(238,233,140); }

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

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

 a { background-color: rgb(238,233,140); }

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

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

 span { border-color: rgb(238,233,140); }

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