#EEEC8C

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

Shades of Khaki #EEEC8C

Tints of Khaki #EEEC8C

Color information

#EEEC8C (or 0xEEEC8C) is unknown color: approx Khaki. HEX triplet: EE, EC and 8C. RGB value is (238,236,140). Sum of RGB (Red+Green+Blue) = 238+236+140=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 140 (55.08% from 255 or 22.80% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEC8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEC8C is #111373. Grayscale: #E2E2E2. Windows color (decimal): -1119092 or 9235694. OLE color: 9235694.

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

Color convert

RGB238236140-
CMYK00.010.410.07
HSL58.78º74.24%74.12%-
HSV(B)58.78º41.18%93.33%-
XYZ69.9980.0636.58-
YUV225.6579.66136.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.76%
GREEN value IS 236 (92.58% from 255) = 38.44%
BLUE value IS 140 (55.08% from 255) = 22.80%
R=38.76%
G=38.44%
B=22.80%

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
Decimal23823614000.010.410.0758.7874.2474.12
HexEEEC8C012973b4a4a
Octal3563542140151773112112
Binary1110111011101100100011000110100111111101110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEC8C; }

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

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

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

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

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

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

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

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