Html Css Color HEX #EEE894 Khaki

📋 copy color: '#EEE894'

red 238 ◦ green 232 ◦ blue 148

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

Shades of Khaki #EEE894

Tints of Khaki #EEE894

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.54%

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

R = 38.51%
G = 37.54%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EEE894 (or 0xEEE894) is known color: Khaki. HEX triplet: EE, E8 and 94. RGB value is (238,232,148). Sum of RGB (Red+Green+Blue) = 238+232+148=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 232 (91.02% from 255 or 37.54% from 618); Blue value is 148 (58.20% from 255 or 23.95% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE894 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE894 is #11176B. Grayscale: #E0E0E0. Windows color (decimal): -1120108 or 9758958. OLE color: 9758958.

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

Color convert

RGB 238 232 148 -
CMYK 0 0.03 0.38 0.07
HSL 56º 0.73% 0.76% -
HSV(B) 56º 0.38% 0.93% -
XYZ 69.46 78.03 39.42 -
YUV 224.22 84.99 137.83 -
System Red Green Blue C M Y K H S L
Decimal 238 232 148 0 0.03 0.38 0.07 56 0.73 0.76
Hex EE E8 94 0 3 26 7 38 49 4C
Octal 356 350 224 0 3 46 7 70 111 114
Binary 11101110 11101000 10010100 0 11 100110 111 111000 1001001 1001100

Color Harmonies of #EEE894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE894

Black with #EEE894

Text Example


Text Example

White with #EEE894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE894; }

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

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

background-color css

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

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

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

border-color css

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

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

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