Html Css Color HEX #EEDE8C Khaki

📋 copy color: '#EEDE8C'

red 238 ◦ green 222 ◦ blue 140

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

Shades of Khaki #EEDE8C

Tints of Khaki #EEDE8C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37%

 BLUE value IS 140 (55.08% from 255) = 23.33%

R = 39.67%
G = 37%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EEDE8C (or 0xEEDE8C) is known color: Khaki. HEX triplet: EE, DE and 8C. RGB value is (238,222,140). Sum of RGB (Red+Green+Blue) = 238+222+140=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 140 (55.08% from 255 or 23.33% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDE8C is #112173. Grayscale: #D9D9D9. Windows color (decimal): -1122676 or 9232110. OLE color: 9232110.

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

Color convert

RGB 238 222 140 -
CMYK 0 0.07 0.41 0.07
HSL 50.2º 0.74% 0.74% -
HSV(B) 50.2º 0.41% 0.93% -
XYZ 66.11 72.31 35.28 -
YUV 217.44 84.3 142.67 -
System Red Green Blue C M Y K H S L
Decimal 238 222 140 0 0.07 0.41 0.07 50.2 0.74 0.74
Hex EE DE 8C 0 7 29 7 32 4A 4A
Octal 356 336 214 0 7 51 7 62 112 112
Binary 11101110 11011110 10001100 0 111 101001 111 110010 1001010 1001010

Color Harmonies of #EEDE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE8C

Black with #EEDE8C

Text Example


Text Example

White with #EEDE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE8C; }

 p { color: rgb(238,222,140); }

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

background-color css

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

 a { background-color: rgb(238,222,140); }

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

border-color css

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

 span { border-color: rgb(238,222,140); }

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