#EFDE8E

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

Shades of Khaki #EFDE8E

Tints of Khaki #EFDE8E

Color information

#EFDE8E (or 0xEFDE8E) is unknown color: approx Khaki. HEX triplet: EF, DE and 8E. RGB value is (239,222,142). Sum of RGB (Red+Green+Blue) = 239+222+142=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 142 (55.86% from 255 or 23.55% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDE8E is #102171. Grayscale: #DADADA. Windows color (decimal): -1057138 or 9363183. OLE color: 9363183.

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

Color convert

RGB239222142-
CMYK00.070.410.06
HSL49.48º75.19%74.71%-
HSV(B)49.48º40.59%93.73%-
XYZ66.672.5536.08-
YUV217.9685.13143-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.64%
GREEN value IS 222 (87.11% from 255) = 36.82%
BLUE value IS 142 (55.86% from 255) = 23.55%
R=39.64%
G=36.82%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922214200.070.410.0649.4875.1974.71
HexEFDE8E07296314b4b
Octal3573362160751661113113
Binary111011111101111010001110011110100111011000110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDE8E; }

 p { color: rgb(239,222,142); }

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

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

 a { background-color: rgb(239,222,142); }

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

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

 span { border-color: rgb(239,222,142); }

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