Html Css Color HEX #EEE995 Khaki

📋 copy color: '#EEE995'

red 238 ◦ green 233 ◦ blue 149

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

Shades of Khaki #EEE995

Tints of Khaki #EEE995

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.58%

 BLUE value IS 149 (58.59% from 255) = 24.03%

R = 38.39%
G = 37.58%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EEE995 (or 0xEEE995) is known color: Khaki. HEX triplet: EE, E9 and 95. RGB value is (238,233,149). Sum of RGB (Red+Green+Blue) = 238+233+149=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 233 (91.41% from 255 or 37.58% from 620); Blue value is 149 (58.59% from 255 or 24.03% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE995 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE995 is #11166A. Grayscale: #E1E1E1. Windows color (decimal): -1119851 or 9824750. OLE color: 9824750.

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

Color convert

RGB 238 233 149 -
CMYK 0 0.02 0.37 0.07
HSL 56.63º 0.72% 0.76% -
HSV(B) 56.63º 0.37% 0.93% -
XYZ 69.82 78.62 39.93 -
YUV 224.92 85.16 137.33 -
System Red Green Blue C M Y K H S L
Decimal 238 233 149 0 0.02 0.37 0.07 56.63 0.72 0.76
Hex EE E9 95 0 2 25 7 39 48 4C
Octal 356 351 225 0 2 45 7 71 110 114
Binary 11101110 11101001 10010101 0 10 100101 111 111001 1001000 1001100

Color Harmonies of #EEE995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE995

Black with #EEE995

Text Example


Text Example

White with #EEE995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE995; }

 p { color: rgb(238,233,149); }

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

background-color css

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

 a { background-color: rgb(238,233,149); }

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

border-color css

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

 span { border-color: rgb(238,233,149); }

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