#EEEB8C

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

Shades of Khaki #EEEB8C

Tints of Khaki #EEEB8C

Color information

#EEEB8C (or 0xEEEB8C) is unknown color: approx Khaki. HEX triplet: EE, EB and 8C. RGB value is (238,235,140). Sum of RGB (Red+Green+Blue) = 238+235+140=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 140 (55.08% from 255 or 22.84% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEB8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEB8C is #111473. Grayscale: #E1E1E1. Windows color (decimal): -1119348 or 9235438. OLE color: 9235438.

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

Color convert

RGB238235140-
CMYK00.010.410.07
HSL58.16º74.24%74.12%-
HSV(B)58.16º41.18%93.33%-
XYZ69.779.4936.48-
YUV225.0779.99137.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.83%
GREEN value IS 235 (92.19% from 255) = 38.34%
BLUE value IS 140 (55.08% from 255) = 22.84%
R=38.83%
G=38.34%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823514000.010.410.0758.1674.2474.12
HexEEEB8C012973a4a4a
Octal3563532140151772112112
Binary1110111011101011100011000110100111111101010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEB8C; }

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

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

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

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

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

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

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

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