#EFE48F

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

Shades of Khaki #EFE48F

Tints of Khaki #EFE48F

Color information

#EFE48F (or 0xEFE48F) is unknown color: approx Khaki. HEX triplet: EF, E4 and 8F. RGB value is (239,228,143). Sum of RGB (Red+Green+Blue) = 239+228+143=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 228 (89.45% from 255 or 37.38% from 610); Blue value is 143 (56.25% from 255 or 23.44% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE48F is #101B70. Grayscale: #DDDDDD. Windows color (decimal): -1055601 or 9430255. OLE color: 9430255.

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

Color convert

RGB239228143-
CMYK00.050.400.06
HSL53.12º75%74.9%-
HSV(B)53.12º40.17%93.73%-
XYZ68.375.8237.02-
YUV221.683.64140.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.18%
GREEN value IS 228 (89.45% from 255) = 37.38%
BLUE value IS 143 (56.25% from 255) = 23.44%
R=39.18%
G=37.38%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922814300.050.400.0653.127574.9
HexEFE48F05286354b4b
Octal3573442170550665113113
Binary111011111110010010001111010110100011011010110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE48F; }

 p { color: rgb(239,228,143); }

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

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

 a { background-color: rgb(239,228,143); }

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

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

 span { border-color: rgb(239,228,143); }

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