#EFE696

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

Shades of Khaki #EFE696

Tints of Khaki #EFE696

Color information

#EFE696 (or 0xEFE696) is unknown color: approx Khaki. HEX triplet: EF, E6 and 96. RGB value is (239,230,150). Sum of RGB (Red+Green+Blue) = 239+230+150=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 230 (90.23% from 255 or 37.16% from 619); Blue value is 150 (58.98% from 255 or 24.23% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE696 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE696 is #101969. Grayscale: #DFDFDF. Windows color (decimal): -1055082 or 9889519. OLE color: 9889519.

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

Color convert

RGB239230150-
CMYK00.040.370.06
HSL53.93º73.55%76.27%-
HSV(B)53.93º37.24%93.73%-
XYZ69.477.1540.09-
YUV223.5786.48139-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.61%
GREEN value IS 230 (90.23% from 255) = 37.16%
BLUE value IS 150 (58.98% from 255) = 24.23%
R=38.61%
G=37.16%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923015000.040.370.0653.9373.5576.27
HexEFE69604256364a4c
Octal3573462260445666112114
Binary111011111110011010010110010010010111011011010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE696; }

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

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

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

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

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

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

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

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