Html Css Color HEX #EFE586 Khaki

📋 copy color: '#EFE586'

red 239 ◦ green 229 ◦ blue 134

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

Shades of Khaki #EFE586

Tints of Khaki #EFE586

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.04%

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

R = 39.7%
G = 38.04%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFE586 (or 0xEFE586) is known color: Khaki. HEX triplet: EF, E5 and 86. RGB value is (239,229,134). Sum of RGB (Red+Green+Blue) = 239+229+134=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 229 (89.84% from 255 or 38.04% from 602); Blue value is 134 (52.73% from 255 or 22.26% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE586 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE586 is #101A79. Grayscale: #DDDDDD. Windows color (decimal): -1055354 or 8840687. OLE color: 8840687.

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

Color convert

RGB 239 229 134 -
CMYK 0 0.04 0.44 0.06
HSL 54.29º 0.77% 0.73% -
HSV(B) 54.29º 0.44% 0.94% -
XYZ 67.92 76.11 33.67 -
YUV 221.16 78.81 140.72 -
System Red Green Blue C M Y K H S L
Decimal 239 229 134 0 0.04 0.44 0.06 54.29 0.77 0.73
Hex EF E5 86 0 4 2C 6 36 4D 49
Octal 357 345 206 0 4 54 6 66 115 111
Binary 11101111 11100101 10000110 0 100 101100 110 110110 1001101 1001001

Color Harmonies of #EFE586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE586

Black with #EFE586

Text Example


Text Example

White with #EFE586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE586; }

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

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

background-color css

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

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

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

border-color css

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

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

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