#EFEC8D

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

Shades of Khaki #EFEC8D

Tints of Khaki #EFEC8D

Color information

#EFEC8D (or 0xEFEC8D) is unknown color: approx Khaki. HEX triplet: EF, EC and 8D. RGB value is (239,236,141). Sum of RGB (Red+Green+Blue) = 239+236+141=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 141 (55.47% from 255 or 22.89% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEC8D is #101372. Grayscale: #E2E2E2. Windows color (decimal): -1053555 or 9301231. OLE color: 9301231.

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

Color convert

RGB239236141-
CMYK00.010.410.06
HSL58.16º75.38%74.51%-
HSV(B)58.16º41%93.73%-
XYZ70.480.2636.98-
YUV226.0779.99137.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 236 (92.58% from 255) = 38.31%
BLUE value IS 141 (55.47% from 255) = 22.89%
R=38.80%
G=38.31%
B=22.89%

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
Decimal23923614100.010.410.0658.1675.3874.51
HexEFEC8D012963a4b4b
Octal3573542150151672113113
Binary1110111111101100100011010110100111011101010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEC8D; }

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

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

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

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

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

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

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

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