#eede8c

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

Shades of Khaki #EEDE8C

Tints of Khaki #EEDE8C

Color information

#EEDE8C (or 0xEEDE8C) is unknown color: approx Khaki. HEX triplet: EE, DE and 8C. RGB value is (238,222,140). Sum of RGB (Red+Green+Blue) = 238+222+140=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 140 (55.08% from 255 or 23.33% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDE8C is #112173. Grayscale: #D9D9D9. Windows color (decimal): -1122676 or 9232110. OLE color: 9232110.

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

Color convert

RGB238222140-
CMYK00.070.410.07
HSL50.2º74.24%74.12%-
HSV(B)50.2º41.18%93.33%-
XYZ66.1172.3135.28-
YUV217.4484.3142.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.67%
GREEN value IS 222 (87.11% from 255) = 37%
BLUE value IS 140 (55.08% from 255) = 23.33%
R=39.67%
G=37%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822214000.070.410.0750.274.2474.12
HexEEDE8C07297324a4a
Octal3563362140751762112112
Binary111011101101111010001100011110100111111001010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eede8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eede8c; }

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

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

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

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

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

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

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

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