#EFE786

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

Shades of Khaki #EFE786

Tints of Khaki #EFE786

Color information

#EFE786 (or 0xEFE786) is unknown color: approx Khaki. HEX triplet: EF, E7 and 86. RGB value is (239,231,134). Sum of RGB (Red+Green+Blue) = 239+231+134=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 231 (90.62% from 255 or 38.25% from 604); Blue value is 134 (52.73% from 255 or 22.19% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE786 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE786 is #101879. Grayscale: #DEDEDE. Windows color (decimal): -1054842 or 8841199. OLE color: 8841199.

HSL color Cylindrical-coordinate representation of color #EFE786: hue angle of 55.43º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFE786 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB239231134-
CMYK00.030.440.06
HSL55.43º76.64%73.14%-
HSV(B)55.43º43.93%93.73%-
XYZ68.4877.2233.85-
YUV222.3378.15139.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.57%
GREEN value IS 231 (90.62% from 255) = 38.25%
BLUE value IS 134 (52.73% from 255) = 22.19%
R=39.57%
G=38.25%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923113400.030.440.0655.4376.6473.14
HexEFE786032C6374d49
Octal3573472060354667115111
Binary11101111111001111000011001110110011011011110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE786; }

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

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

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

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

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

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

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

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