#EFE994

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

Shades of Khaki #EFE994

Tints of Khaki #EFE994

Color information

#EFE994 (or 0xEFE994) is unknown color: approx Khaki. HEX triplet: EF, E9 and 94. RGB value is (239,233,148). Sum of RGB (Red+Green+Blue) = 239+233+148=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 233 (91.41% from 255 or 37.58% from 620); Blue value is 148 (58.20% from 255 or 23.87% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE994 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE994 is #10166B. Grayscale: #E1E1E1. Windows color (decimal): -1054316 or 9759215. OLE color: 9759215.

HSL color Cylindrical-coordinate representation of color #EFE994: hue angle of 56.04º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFE994 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB239233148-
CMYK00.030.380.06
HSL56.04º73.98%75.88%-
HSV(B)56.04º38.08%93.73%-
XYZ70.0878.7739.53-
YUV225.184.49137.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.55%
GREEN value IS 233 (91.41% from 255) = 37.58%
BLUE value IS 148 (58.20% from 255) = 23.87%
R=38.55%
G=37.58%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923314800.030.380.0656.0473.9875.88
HexEFE99403266384a4c
Octal3573512240346670112114
Binary11101111111010011001010001110011011011100010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE994; }

 p { color: rgb(239,233,148); }

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

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

 a { background-color: rgb(239,233,148); }

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

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

 span { border-color: rgb(239,233,148); }

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