#EFE48A

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

Shades of Khaki #EFE48A

Tints of Khaki #EFE48A

Color information

#EFE48A (or 0xEFE48A) is unknown color: approx Khaki. HEX triplet: EF, E4 and 8A. RGB value is (239,228,138). Sum of RGB (Red+Green+Blue) = 239+228+138=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 138 (54.30% from 255 or 22.81% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE48A is #101B75. Grayscale: #DDDDDD. Windows color (decimal): -1055606 or 9102575. OLE color: 9102575.

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

Color convert

RGB239228138-
CMYK00.050.420.06
HSL53.47º75.94%73.92%-
HSV(B)53.47º42.26%93.73%-
XYZ67.9375.6735.07-
YUV221.0381.14140.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.50%
GREEN value IS 228 (89.45% from 255) = 37.69%
BLUE value IS 138 (54.30% from 255) = 22.81%
R=39.50%
G=37.69%
B=22.81%

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
Decimal23922813800.050.420.0653.4775.9473.92
HexEFE48A052A6354c4a
Octal3573442120552665114112
Binary111011111110010010001010010110101011011010110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE48A; }

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

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

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

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

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

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

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

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