#EEE196

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

Shades of Khaki #EEE196

Tints of Khaki #EEE196

Color information

#EEE196 (or 0xEEE196) is unknown color: approx Khaki. HEX triplet: EE, E1 and 96. RGB value is (238,225,150). Sum of RGB (Red+Green+Blue) = 238+225+150=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 150 (58.98% from 255 or 24.47% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE196 is #111E69. Grayscale: #DCDCDC. Windows color (decimal): -1121898 or 9888238. OLE color: 9888238.

HSL color Cylindrical-coordinate representation of color #EEE196: hue angle of 51.14º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEE196 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB238225150-
CMYK00.050.370.07
HSL51.14º72.13%76.08%-
HSV(B)51.14º36.97%93.33%-
XYZ67.6974.2339.61-
YUV220.3488.31140.6-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.83%
GREEN value IS 225 (88.28% from 255) = 36.70%
BLUE value IS 150 (58.98% from 255) = 24.47%
R=38.83%
G=36.70%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822515000.050.370.0751.1472.1376.08
HexEEE1960525733484c
Octal3563412260545763110114
Binary111011101110000110010110010110010111111001110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE196; }

 p { color: rgb(238,225,150); }

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

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

 a { background-color: rgb(238,225,150); }

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

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

 span { border-color: rgb(238,225,150); }

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