#EFE88E

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

Shades of Khaki #EFE88E

Tints of Khaki #EFE88E

Color information

#EFE88E (or 0xEFE88E) is unknown color: approx Khaki. HEX triplet: EF, E8 and 8E. RGB value is (239,232,142). Sum of RGB (Red+Green+Blue) = 239+232+142=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 142 (55.86% from 255 or 23.16% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE88E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE88E is #101771. Grayscale: #E0E0E0. Windows color (decimal): -1054578 or 9365743. OLE color: 9365743.

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

Color convert

RGB239232142-
CMYK00.030.410.06
HSL55.67º75.19%74.71%-
HSV(B)55.67º40.59%93.73%-
XYZ69.3478.0237-
YUV223.8381.82138.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 232 (91.02% from 255) = 37.85%
BLUE value IS 142 (55.86% from 255) = 23.16%
R=38.99%
G=37.85%
B=23.16%

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
Decimal23923214200.030.410.0655.6775.1974.71
HexEFE88E03296384b4b
Octal3573502160351670113113
Binary11101111111010001000111001110100111011100010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE88E; }

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

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

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

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

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

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

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

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