#EEE595

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

Shades of Khaki #EEE595

Tints of Khaki #EEE595

Color information

#EEE595 (or 0xEEE595) is unknown color: approx Khaki. HEX triplet: EE, E5 and 95. RGB value is (238,229,149). Sum of RGB (Red+Green+Blue) = 238+229+149=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 229 (89.84% from 255 or 37.18% from 616); Blue value is 149 (58.59% from 255 or 24.19% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE595 is #111A6A. Grayscale: #DEDEDE. Windows color (decimal): -1120875 or 9823726. OLE color: 9823726.

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

Color convert

RGB238229149-
CMYK00.040.370.07
HSL53.93º72.36%75.88%-
HSV(B)53.93º37.39%93.33%-
XYZ68.776.3939.56-
YUV222.5786.48139-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.64%
GREEN value IS 229 (89.84% from 255) = 37.18%
BLUE value IS 149 (58.59% from 255) = 24.19%
R=38.64%
G=37.18%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822914900.040.370.0753.9372.3675.88
HexEEE5950425736484c
Octal3563452250445766110114
Binary111011101110010110010101010010010111111011010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE595; }

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

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

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

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

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

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

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

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