#EFEC8E

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

Shades of Khaki #EFEC8E

Tints of Khaki #EFEC8E

Color information

#EFEC8E (or 0xEFEC8E) is unknown color: approx Khaki. HEX triplet: EF, EC and 8E. RGB value is (239,236,142). Sum of RGB (Red+Green+Blue) = 239+236+142=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 142 (55.86% from 255 or 23.01% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEC8E is #101371. Grayscale: #E2E2E2. Windows color (decimal): -1053554 or 9366767. OLE color: 9366767.

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

Color convert

RGB239236142-
CMYK00.010.410.06
HSL58.14º75.19%74.71%-
HSV(B)58.14º40.59%93.73%-
XYZ70.4780.2937.38-
YUV226.1880.49137.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.74%
GREEN value IS 236 (92.58% from 255) = 38.25%
BLUE value IS 142 (55.86% from 255) = 23.01%
R=38.74%
G=38.25%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923614200.010.410.0658.1475.1974.71
HexEFEC8E012963a4b4b
Octal3573542160151672113113
Binary1110111111101100100011100110100111011101010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEC8E; }

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

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

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

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

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

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

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

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