Html Css Color HEX #EFE896 Khaki

📋 copy color: '#EFE896'

red 239 ◦ green 232 ◦ blue 150

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

Shades of Khaki #EFE896

Tints of Khaki #EFE896

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.36%

 BLUE value IS 150 (58.98% from 255) = 24.15%

R = 38.49%
G = 37.36%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EFE896 (or 0xEFE896) is known color: Khaki. HEX triplet: EF, E8 and 96. RGB value is (239,232,150). Sum of RGB (Red+Green+Blue) = 239+232+150=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 232 (91.02% from 255 or 37.36% from 621); Blue value is 150 (58.98% from 255 or 24.15% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE896 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE896 is #101769. Grayscale: #E1E1E1. Windows color (decimal): -1054570 or 9890031. OLE color: 9890031.

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

Color convert

RGB 239 232 150 -
CMYK 0 0.03 0.37 0.06
HSL 55.28º 0.74% 0.76% -
HSV(B) 55.28º 0.37% 0.94% -
XYZ 69.96 78.27 40.27 -
YUV 224.75 85.82 138.17 -
System Red Green Blue C M Y K H S L
Decimal 239 232 150 0 0.03 0.37 0.06 55.28 0.74 0.76
Hex EF E8 96 0 3 25 6 37 4A 4C
Octal 357 350 226 0 3 45 6 67 112 114
Binary 11101111 11101000 10010110 0 11 100101 110 110111 1001010 1001100

Color Harmonies of #EFE896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE896

Black with #EFE896

Text Example


Text Example

White with #EFE896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE896; }

 p { color: rgb(239,232,150); }

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

background-color css

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

 a { background-color: rgb(239,232,150); }

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

border-color css

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

 span { border-color: rgb(239,232,150); }

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