#EFE48B

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

Shades of Khaki #EFE48B

Tints of Khaki #EFE48B

Color information

#EFE48B (or 0xEFE48B) is unknown color: approx Khaki. HEX triplet: EF, E4 and 8B. RGB value is (239,228,139). Sum of RGB (Red+Green+Blue) = 239+228+139=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 139 (54.69% from 255 or 22.94% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE48B is #101B74. Grayscale: #DDDDDD. Windows color (decimal): -1055605 or 9168111. OLE color: 9168111.

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

Color convert

RGB239228139-
CMYK00.050.420.06
HSL53.4º75.76%74.12%-
HSV(B)53.4º41.84%93.73%-
XYZ6875.735.45-
YUV221.1481.64140.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.44%
GREEN value IS 228 (89.45% from 255) = 37.62%
BLUE value IS 139 (54.69% from 255) = 22.94%
R=39.44%
G=37.62%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922813900.050.420.0653.475.7674.12
HexEFE48B052A6354c4a
Octal3573442130552665114112
Binary111011111110010010001011010110101011011010110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE48B; }

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

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

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

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

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

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

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

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