Html Css Color HEX #EFE394 Khaki

📋 copy color: '#EFE394'

red 239 ◦ green 227 ◦ blue 148

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

Shades of Khaki #EFE394

Tints of Khaki #EFE394

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.97%

 BLUE value IS 148 (58.2% from 255) = 24.1%

R = 38.93%
G = 36.97%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFE394 (or 0xEFE394) is known color: Khaki. HEX triplet: EF, E3 and 94. RGB value is (239,227,148). Sum of RGB (Red+Green+Blue) = 239+227+148=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 227 (89.06% from 255 or 36.97% from 614); Blue value is 148 (58.20% from 255 or 24.10% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE394 is #101C6B. Grayscale: #DDDDDD. Windows color (decimal): -1055852 or 9757679. OLE color: 9757679.

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

Color convert

RGB 239 227 148 -
CMYK 0 0.05 0.38 0.06
HSL 52.09º 0.74% 0.76% -
HSV(B) 52.09º 0.38% 0.94% -
XYZ 68.41 75.43 38.97 -
YUV 221.58 86.48 140.42 -
System Red Green Blue C M Y K H S L
Decimal 239 227 148 0 0.05 0.38 0.06 52.09 0.74 0.76
Hex EF E3 94 0 5 26 6 34 4A 4C
Octal 357 343 224 0 5 46 6 64 112 114
Binary 11101111 11100011 10010100 0 101 100110 110 110100 1001010 1001100

Color Harmonies of #EFE394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE394

Black with #EFE394

Text Example


Text Example

White with #EFE394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE394; }

 p { color: rgb(239,227,148); }

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

background-color css

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

 a { background-color: rgb(239,227,148); }

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

border-color css

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

 span { border-color: rgb(239,227,148); }

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