#efe995

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

Shades of Khaki #EFE995

Tints of Khaki #EFE995

Color information

#EFE995 (or 0xEFE995) is unknown color: approx Khaki. HEX triplet: EF, E9 and 95. RGB value is (239,233,149). Sum of RGB (Red+Green+Blue) = 239+233+149=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 233 (91.41% from 255 or 37.52% from 621); Blue value is 149 (58.59% from 255 or 23.99% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE995 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE995 is #10166A. Grayscale: #E1E1E1. Windows color (decimal): -1054315 or 9824751. OLE color: 9824751.

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

Color convert

RGB239233149-
CMYK00.030.380.06
HSL56º73.77%76.08%-
HSV(B)56º37.66%93.73%-
XYZ70.1678.839.95-
YUV225.2284.99137.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.49%
GREEN value IS 233 (91.41% from 255) = 37.52%
BLUE value IS 149 (58.59% from 255) = 23.99%
R=38.49%
G=37.52%
B=23.99%

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
Decimal23923314900.030.380.065673.7776.08
HexEFE99503266384a4c
Octal3573512250346670112114
Binary11101111111010011001010101110011011011100010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efe995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efe995; }

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

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

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

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

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

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

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

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