#EEE296

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

Shades of Khaki #EEE296

Tints of Khaki #EEE296

Color information

#EEE296 (or 0xEEE296) is unknown color: approx Khaki. HEX triplet: EE, E2 and 96. RGB value is (238,226,150). Sum of RGB (Red+Green+Blue) = 238+226+150=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 226 (88.67% from 255 or 36.81% from 614); Blue value is 150 (58.98% from 255 or 24.43% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE296 is #111D69. Grayscale: #DDDDDD. Windows color (decimal): -1121642 or 9888494. OLE color: 9888494.

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

Color convert

RGB238226150-
CMYK00.050.370.07
HSL51.82º72.13%76.08%-
HSV(B)51.82º36.97%93.33%-
XYZ67.9674.7739.7-
YUV220.9287.98140.18-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.76%
GREEN value IS 226 (88.67% from 255) = 36.81%
BLUE value IS 150 (58.98% from 255) = 24.43%
R=38.76%
G=36.81%
B=24.43%

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
Decimal23822615000.050.370.0751.8272.1376.08
HexEEE2960525734484c
Octal3563422260545764110114
Binary111011101110001010010110010110010111111010010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE296; }

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

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

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

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

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

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

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

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