Html Css Color HEX #EFED8C Khaki

📋 copy color: '#EFED8C'

red 239 ◦ green 237 ◦ blue 140

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

Shades of Khaki #EFED8C

Tints of Khaki #EFED8C

RGB

 RED value IS 239 (93.75% from 255) = 38.8%

 GREEN value IS 237 (92.97% from 255) = 38.47%

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

R = 38.8%
G = 38.47%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFED8C (or 0xEFED8C) is known color: Khaki. HEX triplet: EF, ED and 8C. RGB value is (239,237,140). Sum of RGB (Red+Green+Blue) = 239+237+140=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 140 (55.08% from 255 or 22.73% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFED8C is #101273. Grayscale: #E2E2E2. Windows color (decimal): -1053300 or 9235951. OLE color: 9235951.

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

Color convert

RGB 239 237 140 -
CMYK 0 0.01 0.41 0.06
HSL 58.79º 0.76% 0.74% -
HSV(B) 58.79º 0.41% 0.94% -
XYZ 70.61 80.81 36.69 -
YUV 226.54 79.16 136.89 -
System Red Green Blue C M Y K H S L
Decimal 239 237 140 0 0.01 0.41 0.06 58.79 0.76 0.74
Hex EF ED 8C 0 1 29 6 3B 4C 4A
Octal 357 355 214 0 1 51 6 73 114 112
Binary 11101111 11101101 10001100 0 1 101001 110 111011 1001100 1001010

Color Harmonies of #EFED8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFED8C

Black with #EFED8C

Text Example


Text Example

White with #EFED8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFED8C; }

 p { color: rgb(239,237,140); }

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

background-color css

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

 a { background-color: rgb(239,237,140); }

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

border-color css

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

 span { border-color: rgb(239,237,140); }

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