#EFEA8A

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

Shades of Khaki #EFEA8A

Tints of Khaki #EFEA8A

Color information

#EFEA8A (or 0xEFEA8A) is unknown color: approx Khaki. HEX triplet: EF, EA and 8A. RGB value is (239,234,138). Sum of RGB (Red+Green+Blue) = 239+234+138=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 138 (54.30% from 255 or 22.59% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEA8A is #101575. Grayscale: #E0E0E0. Windows color (decimal): -1054070 or 9104111. OLE color: 9104111.

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

Color convert

RGB239234138-
CMYK00.020.420.06
HSL57.03º75.94%73.92%-
HSV(B)57.03º42.26%93.73%-
XYZ69.6179.0335.63-
YUV224.5579.16138.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.12%
GREEN value IS 234 (91.80% from 255) = 38.30%
BLUE value IS 138 (54.30% from 255) = 22.59%
R=39.12%
G=38.30%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923413800.020.420.0657.0375.9473.92
HexEFEA8A022A6394c4a
Octal3573522120252671114112
Binary11101111111010101000101001010101011011100110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEA8A; }

 p { color: rgb(239,234,138); }

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

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

 a { background-color: rgb(239,234,138); }

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

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

 span { border-color: rgb(239,234,138); }

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