Html Css Color HEX #EEDF93 Khaki

📋 copy color: '#EEDF93'

red 238 ◦ green 223 ◦ blue 147

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

Shades of Khaki #EEDF93

Tints of Khaki #EEDF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.18%

R = 39.14%
G = 36.68%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EEDF93 (or 0xEEDF93) is known color: Khaki. HEX triplet: EE, DF and 93. RGB value is (238,223,147). Sum of RGB (Red+Green+Blue) = 238+223+147=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 147 (57.81% from 255 or 24.18% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDF93 is #11206C. Grayscale: #DBDBDB. Windows color (decimal): -1122413 or 9691118. OLE color: 9691118.

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

Color convert

RGB 238 223 147 -
CMYK 0 0.06 0.38 0.07
HSL 50.11º 0.73% 0.75% -
HSV(B) 50.11º 0.38% 0.93% -
XYZ 66.91 73.06 38.18 -
YUV 218.82 87.47 141.68 -
System Red Green Blue C M Y K H S L
Decimal 238 223 147 0 0.06 0.38 0.07 50.11 0.73 0.75
Hex EE DF 93 0 6 26 7 32 49 4B
Octal 356 337 223 0 6 46 7 62 111 113
Binary 11101110 11011111 10010011 0 110 100110 111 110010 1001001 1001011

Color Harmonies of #EEDF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDF93

Black with #EEDF93

Text Example


Text Example

White with #EEDF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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