Html Css Color HEX #EFEC86 Khaki

📋 copy color: '#EFEC86'

red 239 ◦ green 236 ◦ blue 134

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

Shades of Khaki #EFEC86

Tints of Khaki #EFEC86

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.75%

 BLUE value IS 134 (52.73% from 255) = 22%

R = 39.24%
G = 38.75%
B = 22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFEC86 (or 0xEFEC86) is known color: Khaki. HEX triplet: EF, EC and 86. RGB value is (239,236,134). Sum of RGB (Red+Green+Blue) = 239+236+134=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 134 (52.73% from 255 or 22.00% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEC86 is #101379. Grayscale: #E1E1E1. Windows color (decimal): -1053562 or 8842479. OLE color: 8842479.

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

Color convert

RGB 239 236 134 -
CMYK 0 0.01 0.44 0.06
HSL 58.29º 0.77% 0.73% -
HSV(B) 58.29º 0.44% 0.94% -
XYZ 69.9 80.06 34.32 -
YUV 225.27 76.49 137.79 -
System Red Green Blue C M Y K H S L
Decimal 239 236 134 0 0.01 0.44 0.06 58.29 0.77 0.73
Hex EF EC 86 0 1 2C 6 3A 4D 49
Octal 357 354 206 0 1 54 6 72 115 111
Binary 11101111 11101100 10000110 0 1 101100 110 111010 1001101 1001001

Color Harmonies of #EFEC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEC86

Black with #EFEC86

Text Example


Text Example

White with #EFEC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEC86; }

 p { color: rgb(239,236,134); }

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

background-color css

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

 a { background-color: rgb(239,236,134); }

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

border-color css

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

 span { border-color: rgb(239,236,134); }

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