#EFEB8E

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

Shades of Khaki #EFEB8E

Tints of Khaki #EFEB8E

Color information

#EFEB8E (or 0xEFEB8E) is unknown color: approx Khaki. HEX triplet: EF, EB and 8E. RGB value is (239,235,142). Sum of RGB (Red+Green+Blue) = 239+235+142=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 142 (55.86% from 255 or 23.05% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEB8E is #101471. Grayscale: #E1E1E1. Windows color (decimal): -1053810 or 9366511. OLE color: 9366511.

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

Color convert

RGB239235142-
CMYK00.020.410.06
HSL57.53º75.19%74.71%-
HSV(B)57.53º40.59%93.73%-
XYZ70.1979.7237.28-
YUV225.5980.83137.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 235 (92.19% from 255) = 38.15%
BLUE value IS 142 (55.86% from 255) = 23.05%
R=38.80%
G=38.15%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923514200.020.410.0657.5375.1974.71
HexEFEB8E022963a4b4b
Octal3573532160251672113113
Binary11101111111010111000111001010100111011101010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEB8E; }

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

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

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

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

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

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

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

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