#EFE38E

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

Shades of Khaki #EFE38E

Tints of Khaki #EFE38E

Color information

#EFE38E (or 0xEFE38E) is unknown color: approx Khaki. HEX triplet: EF, E3 and 8E. RGB value is (239,227,142). Sum of RGB (Red+Green+Blue) = 239+227+142=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 227 (89.06% from 255 or 37.34% from 608); Blue value is 142 (55.86% from 255 or 23.36% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE38E is #101C71. Grayscale: #DDDDDD. Windows color (decimal): -1055858 or 9364463. OLE color: 9364463.

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

Color convert

RGB239227142-
CMYK00.050.410.06
HSL52.58º75.19%74.71%-
HSV(B)52.58º40.59%93.73%-
XYZ67.9575.2436.53-
YUV220.983.48140.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.31%
GREEN value IS 227 (89.06% from 255) = 37.34%
BLUE value IS 142 (55.86% from 255) = 23.36%
R=39.31%
G=37.34%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922714200.050.410.0652.5875.1974.71
HexEFE38E05296354b4b
Octal3573432160551665113113
Binary111011111110001110001110010110100111011010110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE38E; }

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

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

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

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

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

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

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

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