#EFE48D

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

Shades of Khaki #EFE48D

Tints of Khaki #EFE48D

Color information

#EFE48D (or 0xEFE48D) is unknown color: approx Khaki. HEX triplet: EF, E4 and 8D. RGB value is (239,228,141). Sum of RGB (Red+Green+Blue) = 239+228+141=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 228 (89.45% from 255 or 37.5% from 608); Blue value is 141 (55.47% from 255 or 23.19% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE48D is #101B72. Grayscale: #DDDDDD. Windows color (decimal): -1055603 or 9299183. OLE color: 9299183.

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

Color convert

RGB239228141-
CMYK00.050.410.06
HSL53.27º75.38%74.51%-
HSV(B)53.27º41%93.73%-
XYZ68.1575.7636.23-
YUV221.3782.64140.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.31%
GREEN value IS 228 (89.45% from 255) = 37.5%
BLUE value IS 141 (55.47% from 255) = 23.19%
R=39.31%
G=37.5%
B=23.19%

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
Decimal23922814100.050.410.0653.2775.3874.51
HexEFE48D05296354b4b
Octal3573442150551665113113
Binary111011111110010010001101010110100111011010110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE48D; }

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

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

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

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

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

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

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

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