#EFE796

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

Shades of Khaki #EFE796

Tints of Khaki #EFE796

Color information

#EFE796 (or 0xEFE796) is unknown color: approx Khaki. HEX triplet: EF, E7 and 96. RGB value is (239,231,150). Sum of RGB (Red+Green+Blue) = 239+231+150=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 231 (90.62% from 255 or 37.26% from 620); Blue value is 150 (58.98% from 255 or 24.19% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE796 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE796 is #101869. Grayscale: #E0E0E0. Windows color (decimal): -1054826 or 9889775. OLE color: 9889775.

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

Color convert

RGB239231150-
CMYK00.030.370.06
HSL54.61º73.55%76.27%-
HSV(B)54.61º37.24%93.73%-
XYZ69.6877.740.18-
YUV224.1686.15138.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.55%
GREEN value IS 231 (90.62% from 255) = 37.26%
BLUE value IS 150 (58.98% from 255) = 24.19%
R=38.55%
G=37.26%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923115000.030.370.0654.6173.5576.27
HexEFE79603256374a4c
Octal3573472260345667112114
Binary11101111111001111001011001110010111011011110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE796; }

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

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

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

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

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

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

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

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