#EFE795

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

Shades of Khaki #EFE795

Tints of Khaki #EFE795

Color information

#EFE795 (or 0xEFE795) is unknown color: approx Khaki. HEX triplet: EF, E7 and 95. RGB value is (239,231,149). Sum of RGB (Red+Green+Blue) = 239+231+149=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 231 (90.62% from 255 or 37.32% from 619); Blue value is 149 (58.59% from 255 or 24.07% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE795 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE795 is #10186A. Grayscale: #E0E0E0. Windows color (decimal): -1054827 or 9824239. OLE color: 9824239.

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

Color convert

RGB239231149-
CMYK00.030.380.06
HSL54.67º73.77%76.08%-
HSV(B)54.67º37.66%93.73%-
XYZ69.677.6739.76-
YUV224.0485.65138.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.61%
GREEN value IS 231 (90.62% from 255) = 37.32%
BLUE value IS 149 (58.59% from 255) = 24.07%
R=38.61%
G=37.32%
B=24.07%

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
Decimal23923114900.030.380.0654.6773.7776.08
HexEFE79503266374a4c
Octal3573472250346667112114
Binary11101111111001111001010101110011011011011110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE795; }

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

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

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

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

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

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

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

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