Html Css Color HEX #EFE894 Khaki

📋 copy color: '#EFE894'

red 239 ◦ green 232 ◦ blue 148

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

Shades of Khaki #EFE894

Tints of Khaki #EFE894

RGB

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

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

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

R = 38.61%
G = 37.48%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFE894 (or 0xEFE894) is known color: Khaki. HEX triplet: EF, E8 and 94. RGB value is (239,232,148). Sum of RGB (Red+Green+Blue) = 239+232+148=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 232 (91.02% from 255 or 37.48% from 619); Blue value is 148 (58.20% from 255 or 23.91% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE894 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE894 is #10176B. Grayscale: #E0E0E0. Windows color (decimal): -1054572 or 9758959. OLE color: 9758959.

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

Color convert

RGB 239 232 148 -
CMYK 0 0.03 0.38 0.06
HSL 55.38º 0.74% 0.76% -
HSV(B) 55.38º 0.38% 0.94% -
XYZ 69.8 78.2 39.43 -
YUV 224.52 84.82 138.33 -
System Red Green Blue C M Y K H S L
Decimal 239 232 148 0 0.03 0.38 0.06 55.38 0.74 0.76
Hex EF E8 94 0 3 26 6 37 4A 4C
Octal 357 350 224 0 3 46 6 67 112 114
Binary 11101111 11101000 10010100 0 11 100110 110 110111 1001010 1001100

Color Harmonies of #EFE894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE894

Black with #EFE894

Text Example


Text Example

White with #EFE894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE894; }

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

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

background-color css

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

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

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

border-color css

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

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

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