#EFE596

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

Shades of Khaki #EFE596

Tints of Khaki #EFE596

Color information

#EFE596 (or 0xEFE596) is unknown color: approx Khaki. HEX triplet: EF, E5 and 96. RGB value is (239,229,150). Sum of RGB (Red+Green+Blue) = 239+229+150=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 150 (58.98% from 255 or 24.27% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE596 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE596 is #101A69. Grayscale: #DFDFDF. Windows color (decimal): -1055338 or 9889263. OLE color: 9889263.

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

Color convert

RGB239229150-
CMYK00.040.370.06
HSL53.26º73.55%76.27%-
HSV(B)53.26º37.24%93.73%-
XYZ69.1276.5939.99-
YUV222.9886.81139.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.67%
GREEN value IS 229 (89.84% from 255) = 37.06%
BLUE value IS 150 (58.98% from 255) = 24.27%
R=38.67%
G=37.06%
B=24.27%

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
Decimal23922915000.040.370.0653.2673.5576.27
HexEFE59604256354a4c
Octal3573452260445665112114
Binary111011111110010110010110010010010111011010110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE596; }

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

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

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

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

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

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

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

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