#EEE694

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

Shades of Khaki #EEE694

Tints of Khaki #EEE694

Color information

#EEE694 (or 0xEEE694) is unknown color: approx Khaki. HEX triplet: EE, E6 and 94. RGB value is (238,230,148). Sum of RGB (Red+Green+Blue) = 238+230+148=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 148 (58.20% from 255 or 24.03% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE694 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE694 is #11196B. Grayscale: #DFDFDF. Windows color (decimal): -1120620 or 9758446. OLE color: 9758446.

HSL color Cylindrical-coordinate representation of color #EEE694: hue angle of 54.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EEE694 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB238230148-
CMYK00.030.380.07
HSL54.67º72.58%75.69%-
HSV(B)54.67º37.82%93.33%-
XYZ68.976.9139.23-
YUV223.0485.65138.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.64%
GREEN value IS 230 (90.23% from 255) = 37.34%
BLUE value IS 148 (58.20% from 255) = 24.03%
R=38.64%
G=37.34%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823014800.030.380.0754.6772.5875.69
HexEEE6940326737494c
Octal3563462240346767111114
Binary11101110111001101001010001110011011111011110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE694; }

 p { color: rgb(238,230,148); }

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

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

 a { background-color: rgb(238,230,148); }

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

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

 span { border-color: rgb(238,230,148); }

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