#efe98e

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

Shades of Khaki #EFE98E

Tints of Khaki #EFE98E

Color information

#EFE98E (or 0xEFE98E) is unknown color: approx Khaki. HEX triplet: EF, E9 and 8E. RGB value is (239,233,142). Sum of RGB (Red+Green+Blue) = 239+233+142=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 233 (91.41% from 255 or 37.95% from 614); Blue value is 142 (55.86% from 255 or 23.13% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE98E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE98E is #101671. Grayscale: #E0E0E0. Windows color (decimal): -1054322 or 9365999. OLE color: 9365999.

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

Color convert

RGB239233142-
CMYK00.030.410.06
HSL56.29º75.19%74.71%-
HSV(B)56.29º40.59%93.73%-
XYZ69.6278.5837.09-
YUV224.4281.49138.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.93%
GREEN value IS 233 (91.41% from 255) = 37.95%
BLUE value IS 142 (55.86% from 255) = 23.13%
R=38.93%
G=37.95%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923314200.030.410.0656.2975.1974.71
HexEFE98E03296384b4b
Octal3573512160351670113113
Binary11101111111010011000111001110100111011100010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efe98e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efe98e; }

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

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

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

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

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

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

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

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