#EEDC8F

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

Shades of Khaki #EEDC8F

Tints of Khaki #EEDC8F

Color information

#EEDC8F (or 0xEEDC8F) is unknown color: approx Khaki. HEX triplet: EE, DC and 8F. RGB value is (238,220,143). Sum of RGB (Red+Green+Blue) = 238+220+143=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 143 (56.25% from 255 or 23.79% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDC8F is #112370. Grayscale: #D8D8D8. Windows color (decimal): -1123185 or 9428206. OLE color: 9428206.

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

Color convert

RGB238220143-
CMYK00.080.400.07
HSL48.63º73.64%74.71%-
HSV(B)48.63º39.92%93.33%-
XYZ65.8171.3536.29-
YUV216.686.46143.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.60%
GREEN value IS 220 (86.33% from 255) = 36.61%
BLUE value IS 143 (56.25% from 255) = 23.79%
R=39.60%
G=36.61%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822014300.080.400.0748.6373.6474.71
HexEEDC8F08287314a4b
Octal35633421701050761112113
Binary1110111011011100100011110100010100011111000110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDC8F; }

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

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

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

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

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

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

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

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