#EEEB8D

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

Shades of Khaki #EEEB8D

Tints of Khaki #EEEB8D

Color information

#EEEB8D (or 0xEEEB8D) is unknown color: approx Khaki. HEX triplet: EE, EB and 8D. RGB value is (238,235,141). Sum of RGB (Red+Green+Blue) = 238+235+141=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 141 (55.47% from 255 or 22.96% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEB8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEB8D is #111472. Grayscale: #E1E1E1. Windows color (decimal): -1119347 or 9300974. OLE color: 9300974.

HSL color Cylindrical-coordinate representation of color #EEEB8D: hue angle of 58.14º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEEB8D is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB238235141-
CMYK00.010.410.07
HSL58.14º74.05%74.31%-
HSV(B)58.14º40.76%93.33%-
XYZ69.7879.5236.87-
YUV225.1880.49137.14-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.76%
GREEN value IS 235 (92.19% from 255) = 38.27%
BLUE value IS 141 (55.47% from 255) = 22.96%
R=38.76%
G=38.27%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823514100.010.410.0758.1474.0574.31
HexEEEB8D012973a4a4a
Octal3563532150151772112112
Binary1110111011101011100011010110100111111101010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEB8D; }

 p { color: rgb(238,235,141); }

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

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

 a { background-color: rgb(238,235,141); }

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

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

 span { border-color: rgb(238,235,141); }

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