#efeb92

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

Shades of Khaki #EFEB92

Tints of Khaki #EFEB92

Color information

#EFEB92 (or 0xEFEB92) is unknown color: approx Khaki. HEX triplet: EF, EB and 92. RGB value is (239,235,146). Sum of RGB (Red+Green+Blue) = 239+235+146=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 146 (57.42% from 255 or 23.55% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEB92 is #10146D. Grayscale: #E2E2E2. Windows color (decimal): -1053806 or 9628655. OLE color: 9628655.

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

Color convert

RGB239235146-
CMYK00.020.390.06
HSL57.42º74.4%75.49%-
HSV(B)57.42º38.91%93.73%-
XYZ70.4979.8438.89-
YUV226.0582.83137.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.55%
GREEN value IS 235 (92.19% from 255) = 37.90%
BLUE value IS 146 (57.42% from 255) = 23.55%
R=38.55%
G=37.90%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923514600.020.390.0657.4274.475.49
HexEFEB9202276394a4b
Octal3573532220247671112113
Binary11101111111010111001001001010011111011100110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efeb92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efeb92; }

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

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

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

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

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

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

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

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