#eedf8f

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

Shades of Khaki #EEDF8F

Tints of Khaki #EEDF8F

Color information

#EEDF8F (or 0xEEDF8F) is unknown color: approx Khaki. HEX triplet: EE, DF and 8F. RGB value is (238,223,143). Sum of RGB (Red+Green+Blue) = 238+223+143=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 143 (56.25% from 255 or 23.68% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDF8F is #112070. Grayscale: #DADADA. Windows color (decimal): -1122417 or 9428974. OLE color: 9428974.

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

Color convert

RGB238223143-
CMYK00.060.400.07
HSL50.53º73.64%74.71%-
HSV(B)50.53º39.92%93.33%-
XYZ66.6172.9436.55-
YUV218.3685.47142-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.40%
GREEN value IS 223 (87.5% from 255) = 36.92%
BLUE value IS 143 (56.25% from 255) = 23.68%
R=39.40%
G=36.92%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822314300.060.400.0750.5373.6474.71
HexEEDF8F06287334a4b
Octal3563372170650763112113
Binary111011101101111110001111011010100011111001110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eedf8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eedf8f; }

 p { color: rgb(238,223,143); }

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

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

 a { background-color: rgb(238,223,143); }

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

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

 span { border-color: rgb(238,223,143); }

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