#efe396

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

Shades of Khaki #EFE396

Tints of Khaki #EFE396

Color information

#EFE396 (or 0xEFE396) is unknown color: approx Khaki. HEX triplet: EF, E3 and 96. RGB value is (239,227,150). Sum of RGB (Red+Green+Blue) = 239+227+150=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 227 (89.06% from 255 or 36.85% from 616); Blue value is 150 (58.98% from 255 or 24.35% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE396 is #101C69. Grayscale: #DEDEDE. Windows color (decimal): -1055850 or 9888751. OLE color: 9888751.

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

Color convert

RGB239227150-
CMYK00.050.370.06
HSL51.91º73.55%76.27%-
HSV(B)51.91º37.24%93.73%-
XYZ68.5775.4939.81-
YUV221.8187.48140.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 227 (89.06% from 255) = 36.85%
BLUE value IS 150 (58.98% from 255) = 24.35%
R=38.80%
G=36.85%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922715000.050.370.0651.9173.5576.27
HexEFE39605256344a4c
Octal3573432260545664112114
Binary111011111110001110010110010110010111011010010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efe396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efe396; }

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

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

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

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

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

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

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

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