#EFE48C

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

Shades of Khaki #EFE48C

Tints of Khaki #EFE48C

Color information

#EFE48C (or 0xEFE48C) is unknown color: approx Khaki. HEX triplet: EF, E4 and 8C. RGB value is (239,228,140). Sum of RGB (Red+Green+Blue) = 239+228+140=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 140 (55.08% from 255 or 23.06% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE48C is #101B73. Grayscale: #DDDDDD. Windows color (decimal): -1055604 or 9233647. OLE color: 9233647.

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

Color convert

RGB239228140-
CMYK00.050.410.06
HSL53.33º75.57%74.31%-
HSV(B)53.33º41.42%93.73%-
XYZ68.0775.7335.84-
YUV221.2682.14140.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 228 (89.45% from 255) = 37.56%
BLUE value IS 140 (55.08% from 255) = 23.06%
R=39.37%
G=37.56%
B=23.06%

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
Decimal23922814000.050.410.0653.3375.5774.31
HexEFE48C05296354c4a
Octal3573442140551665114112
Binary111011111110010010001100010110100111011010110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE48C; }

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

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

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

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

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

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

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

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