#EEE986

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

Shades of Khaki #EEE986

Tints of Khaki #EEE986

Color information

#EEE986 (or 0xEEE986) is unknown color: approx Khaki. HEX triplet: EE, E9 and 86. RGB value is (238,233,134). Sum of RGB (Red+Green+Blue) = 238+233+134=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 233 (91.41% from 255 or 38.51% from 605); Blue value is 134 (52.73% from 255 or 22.15% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE986 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE986 is #111679. Grayscale: #DFDFDF. Windows color (decimal): -1119866 or 8841710. OLE color: 8841710.

HSL color Cylindrical-coordinate representation of color #EEE986: hue angle of 57.12º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEE986 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB238233134-
CMYK00.020.440.07
HSL57.12º75.36%72.94%-
HSV(B)57.12º43.7%93.33%-
XYZ68.778.1834.02-
YUV223.2177.66138.55-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.34%
GREEN value IS 233 (91.41% from 255) = 38.51%
BLUE value IS 134 (52.73% from 255) = 22.15%
R=39.34%
G=38.51%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823313400.020.440.0757.1275.3672.94
HexEEE986022C7394b49
Octal3563512060254771113111
Binary11101110111010011000011001010110011111100110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE986; }

 p { color: rgb(238,233,134); }

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

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

 a { background-color: rgb(238,233,134); }

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

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

 span { border-color: rgb(238,233,134); }

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