#EFE793

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

Shades of Khaki #EFE793

Tints of Khaki #EFE793

Color information

#EFE793 (or 0xEFE793) is unknown color: approx Khaki. HEX triplet: EF, E7 and 93. RGB value is (239,231,147). Sum of RGB (Red+Green+Blue) = 239+231+147=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 231 (90.62% from 255 or 37.44% from 617); Blue value is 147 (57.81% from 255 or 23.82% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE793 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE793 is #10186C. Grayscale: #E0E0E0. Windows color (decimal): -1054829 or 9693167. OLE color: 9693167.

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

Color convert

RGB239231147-
CMYK00.030.380.06
HSL54.78º74.19%75.69%-
HSV(B)54.78º38.49%93.73%-
XYZ69.4477.6138.92-
YUV223.8284.65138.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.74%
GREEN value IS 231 (90.62% from 255) = 37.44%
BLUE value IS 147 (57.81% from 255) = 23.82%
R=38.74%
G=37.44%
B=23.82%

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
Decimal23923114700.030.380.0654.7874.1975.69
HexEFE79303266374a4c
Octal3573472230346667112114
Binary11101111111001111001001101110011011011011110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE793; }

 p { color: rgb(239,231,147); }

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

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

 a { background-color: rgb(239,231,147); }

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

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

 span { border-color: rgb(239,231,147); }

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