#EEE295

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

Shades of Khaki #EEE295

Tints of Khaki #EEE295

Color information

#EEE295 (or 0xEEE295) is unknown color: approx Khaki. HEX triplet: EE, E2 and 95. RGB value is (238,226,149). Sum of RGB (Red+Green+Blue) = 238+226+149=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 149 (58.59% from 255 or 24.31% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE295 is #111D6A. Grayscale: #DDDDDD. Windows color (decimal): -1121643 or 9822958. OLE color: 9822958.

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

Color convert

RGB238226149-
CMYK00.050.370.07
HSL51.91º72.36%75.88%-
HSV(B)51.91º37.39%93.33%-
XYZ67.8874.7439.28-
YUV220.8187.48140.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.83%
GREEN value IS 226 (88.67% from 255) = 36.87%
BLUE value IS 149 (58.59% from 255) = 24.31%
R=38.83%
G=36.87%
B=24.31%

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
Decimal23822614900.050.370.0751.9172.3675.88
HexEEE2950525734484c
Octal3563422250545764110114
Binary111011101110001010010101010110010111111010010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE295; }

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

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

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

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

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

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

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

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