Html Css Color HEX #EEDF8D Khaki

📋 copy color: '#EEDF8D'

red 238 ◦ green 223 ◦ blue 141

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

Shades of Khaki #EEDF8D

Tints of Khaki #EEDF8D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.04%

 BLUE value IS 141 (55.47% from 255) = 23.42%

R = 39.53%
G = 37.04%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EEDF8D (or 0xEEDF8D) is known color: Khaki. HEX triplet: EE, DF and 8D. RGB value is (238,223,141). Sum of RGB (Red+Green+Blue) = 238+223+141=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 141 (55.47% from 255 or 23.42% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDF8D is #112072. Grayscale: #DADADA. Windows color (decimal): -1122419 or 9297902. OLE color: 9297902.

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

Color convert

RGB 238 223 141 -
CMYK 0 0.06 0.41 0.07
HSL 50.72º 0.74% 0.74% -
HSV(B) 50.72º 0.41% 0.93% -
XYZ 66.46 72.88 35.76 -
YUV 218.14 84.47 142.17 -
System Red Green Blue C M Y K H S L
Decimal 238 223 141 0 0.06 0.41 0.07 50.72 0.74 0.74
Hex EE DF 8D 0 6 29 7 33 4A 4A
Octal 356 337 215 0 6 51 7 63 112 112
Binary 11101110 11011111 10001101 0 110 101001 111 110011 1001010 1001010

Color Harmonies of #EEDF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDF8D

Black with #EEDF8D

Text Example


Text Example

White with #EEDF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDF8D; }

 p { color: rgb(238,223,141); }

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

background-color css

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

 a { background-color: rgb(238,223,141); }

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

border-color css

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

 span { border-color: rgb(238,223,141); }

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