#EEE08E

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

Shades of Khaki #EEE08E

Tints of Khaki #EEE08E

Color information

#EEE08E (or 0xEEE08E) is unknown color: approx Khaki. HEX triplet: EE, E0 and 8E. RGB value is (238,224,142). Sum of RGB (Red+Green+Blue) = 238+224+142=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 142 (55.86% from 255 or 23.51% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE08E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE08E is #111F71. Grayscale: #DBDBDB. Windows color (decimal): -1122162 or 9363694. OLE color: 9363694.

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

Color convert

RGB238224142-
CMYK00.060.400.07
HSL51.25º73.85%74.51%-
HSV(B)51.25º40.34%93.33%-
XYZ66.873.4436.25-
YUV218.8484.64141.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.40%
GREEN value IS 224 (87.89% from 255) = 37.09%
BLUE value IS 142 (55.86% from 255) = 23.51%
R=39.40%
G=37.09%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822414200.060.400.0751.2573.8574.51
HexEEE08E06287334a4b
Octal3563402160650763112113
Binary111011101110000010001110011010100011111001110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE08E; }

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

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

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

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

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

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

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

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