#EEE18E

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

Shades of Khaki #EEE18E

Tints of Khaki #EEE18E

Color information

#EEE18E (or 0xEEE18E) is unknown color: approx Khaki. HEX triplet: EE, E1 and 8E. RGB value is (238,225,142). Sum of RGB (Red+Green+Blue) = 238+225+142=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 142 (55.86% from 255 or 23.47% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE18E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE18E is #111E71. Grayscale: #DBDBDB. Windows color (decimal): -1121906 or 9363950. OLE color: 9363950.

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

Color convert

RGB238225142-
CMYK00.050.400.07
HSL51.88º73.85%74.51%-
HSV(B)51.88º40.34%93.33%-
XYZ67.0773.9836.34-
YUV219.4284.31141.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.34%
GREEN value IS 225 (88.28% from 255) = 37.19%
BLUE value IS 142 (55.86% from 255) = 23.47%
R=39.34%
G=37.19%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822514200.050.400.0751.8873.8574.51
HexEEE18E05287344a4b
Octal3563412160550764112113
Binary111011101110000110001110010110100011111010010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE18E; }

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

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

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

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

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

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

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

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