#efe68e

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

Shades of Khaki #EFE68E

Tints of Khaki #EFE68E

Color information

#EFE68E (or 0xEFE68E) is unknown color: approx Khaki. HEX triplet: EF, E6 and 8E. RGB value is (239,230,142). Sum of RGB (Red+Green+Blue) = 239+230+142=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 230 (90.23% from 255 or 37.64% from 611); Blue value is 142 (55.86% from 255 or 23.24% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE68E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE68E is #101971. Grayscale: #DFDFDF. Windows color (decimal): -1055090 or 9365231. OLE color: 9365231.

HSL color Cylindrical-coordinate representation of color #EFE68E: hue angle of 54.43º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFE68E is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB239230142-
CMYK00.040.410.06
HSL54.43º75.19%74.71%-
HSV(B)54.43º40.59%93.73%-
XYZ68.7876.936.81-
YUV222.6682.48139.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.12%
GREEN value IS 230 (90.23% from 255) = 37.64%
BLUE value IS 142 (55.86% from 255) = 23.24%
R=39.12%
G=37.64%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923014200.040.410.0654.4375.1974.71
HexEFE68E04296364b4b
Octal3573462160451666113113
Binary111011111110011010001110010010100111011011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efe68e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efe68e; }

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

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

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

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

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

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

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

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