#EFE68D

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

Shades of Khaki #EFE68D

Tints of Khaki #EFE68D

Color information

#EFE68D (or 0xEFE68D) is unknown color: approx Khaki. HEX triplet: EF, E6 and 8D. RGB value is (239,230,141). Sum of RGB (Red+Green+Blue) = 239+230+141=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 230 (90.23% from 255 or 37.70% from 610); Blue value is 141 (55.47% from 255 or 23.11% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE68D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE68D is #101972. Grayscale: #DEDEDE. Windows color (decimal): -1055091 or 9299695. OLE color: 9299695.

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

Color convert

RGB239230141-
CMYK00.040.410.06
HSL54.49º75.38%74.51%-
HSV(B)54.49º41%93.73%-
XYZ68.776.8736.42-
YUV222.5481.98139.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.18%
GREEN value IS 230 (90.23% from 255) = 37.70%
BLUE value IS 141 (55.47% from 255) = 23.11%
R=39.18%
G=37.70%
B=23.11%

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
Decimal23923014100.040.410.0654.4975.3874.51
HexEFE68D04296364b4b
Octal3573462150451666113113
Binary111011111110011010001101010010100111011011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE68D; }

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

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

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

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

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

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

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

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