#EEE28C

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

Shades of Khaki #EEE28C

Tints of Khaki #EEE28C

Color information

#EEE28C (or 0xEEE28C) is unknown color: approx Khaki. HEX triplet: EE, E2 and 8C. RGB value is (238,226,140). Sum of RGB (Red+Green+Blue) = 238+226+140=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 140 (55.08% from 255 or 23.18% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE28C is #111D73. Grayscale: #DCDCDC. Windows color (decimal): -1121652 or 9233134. OLE color: 9233134.

HSL color Cylindrical-coordinate representation of color #EEE28C: hue angle of 52.65º 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 #EEE28C is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB238226140-
CMYK00.050.410.07
HSL52.65º74.24%74.12%-
HSV(B)52.65º41.18%93.33%-
XYZ67.1974.4635.64-
YUV219.7882.98140.99-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.40%
GREEN value IS 226 (88.67% from 255) = 37.42%
BLUE value IS 140 (55.08% from 255) = 23.18%
R=39.40%
G=37.42%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822614000.050.410.0752.6574.2474.12
HexEEE28C05297354a4a
Octal3563422140551765112112
Binary111011101110001010001100010110100111111010110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE28C; }

 p { color: rgb(238,226,140); }

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

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

 a { background-color: rgb(238,226,140); }

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

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

 span { border-color: rgb(238,226,140); }

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