#EFE78B

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

Shades of Khaki #EFE78B

Tints of Khaki #EFE78B

Color information

#EFE78B (or 0xEFE78B) is unknown color: approx Khaki. HEX triplet: EF, E7 and 8B. RGB value is (239,231,139). Sum of RGB (Red+Green+Blue) = 239+231+139=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 231 (90.62% from 255 or 37.93% from 609); Blue value is 139 (54.69% from 255 or 22.82% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE78B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE78B is #101874. Grayscale: #DFDFDF. Windows color (decimal): -1054837 or 9168879. OLE color: 9168879.

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

Color convert

RGB239231139-
CMYK00.030.420.06
HSL55.2º75.76%74.12%-
HSV(B)55.2º41.84%93.73%-
XYZ68.8377.3735.73-
YUV222.980.65139.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.24%
GREEN value IS 231 (90.62% from 255) = 37.93%
BLUE value IS 139 (54.69% from 255) = 22.82%
R=39.24%
G=37.93%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923113900.030.420.0655.275.7674.12
HexEFE78B032A6374c4a
Octal3573472130352667114112
Binary11101111111001111000101101110101011011011110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE78B; }

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

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

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

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

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

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

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

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