Html Css Color HEX #EFE786 Khaki

📋 copy color: '#EFE786'

red 239 ◦ green 231 ◦ blue 134

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

Shades of Khaki #EFE786

Tints of Khaki #EFE786

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.25%

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

R = 39.57%
G = 38.25%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFE786 (or 0xEFE786) is known color: Khaki. HEX triplet: EF, E7 and 86. RGB value is (239,231,134). Sum of RGB (Red+Green+Blue) = 239+231+134=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 231 (90.62% from 255 or 38.25% from 604); Blue value is 134 (52.73% from 255 or 22.19% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE786 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE786 is #101879. Grayscale: #DEDEDE. Windows color (decimal): -1054842 or 8841199. OLE color: 8841199.

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

Color convert

RGB 239 231 134 -
CMYK 0 0.03 0.44 0.06
HSL 55.43º 0.77% 0.73% -
HSV(B) 55.43º 0.44% 0.94% -
XYZ 68.48 77.22 33.85 -
YUV 222.33 78.15 139.89 -
System Red Green Blue C M Y K H S L
Decimal 239 231 134 0 0.03 0.44 0.06 55.43 0.77 0.73
Hex EF E7 86 0 3 2C 6 37 4D 49
Octal 357 347 206 0 3 54 6 67 115 111
Binary 11101111 11100111 10000110 0 11 101100 110 110111 1001101 1001001

Color Harmonies of #EFE786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE786

Black with #EFE786

Text Example


Text Example

White with #EFE786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE786; }

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

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

background-color css

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

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

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

border-color css

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

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

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