Html Css Color HEX #EEE194 Khaki

📋 copy color: '#EEE194'

red 238 ◦ green 225 ◦ blue 148

#EEE194
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Khaki #EEE194

Tints of Khaki #EEE194

RGB

 RED value IS 238 (93.36% from 255) = 38.95%

 GREEN value IS 225 (88.28% from 255) = 36.82%

 BLUE value IS 148 (58.2% from 255) = 24.22%

R = 38.95%
G = 36.82%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EEE194 (or 0xEEE194) is known color: Khaki. HEX triplet: EE, E1 and 94. RGB value is (238,225,148). Sum of RGB (Red+Green+Blue) = 238+225+148=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 148 (58.20% from 255 or 24.22% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE194 is #111E6B. Grayscale: #DCDCDC. Windows color (decimal): -1121900 or 9757166. OLE color: 9757166.

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

Color convert

RGB 238 225 148 -
CMYK 0 0.05 0.38 0.07
HSL 51.33º 0.73% 0.76% -
HSV(B) 51.33º 0.38% 0.93% -
XYZ 67.53 74.17 38.77 -
YUV 220.11 87.31 140.76 -
System Red Green Blue C M Y K H S L
Decimal 238 225 148 0 0.05 0.38 0.07 51.33 0.73 0.76
Hex EE E1 94 0 5 26 7 33 49 4C
Octal 356 341 224 0 5 46 7 63 111 114
Binary 11101110 11100001 10010100 0 101 100110 111 110011 1001001 1001100

Color Harmonies of #EEE194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE194

Black with #EEE194

Text Example


Text Example

White with #EEE194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE194; }

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

 H1.HeaderClassName
 {
   color: #EEE194;
 }
 .AnyTagClassName
 {
   color: #EEE194;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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