Html Css Color HEX #EFE294 Khaki

📋 copy color: '#EFE294'

red 239 ◦ green 226 ◦ blue 148

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

Shades of Khaki #EFE294

Tints of Khaki #EFE294

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.87%

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

R = 38.99%
G = 36.87%
B = 24.14%

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

#EFE294 (or 0xEFE294) is known color: Khaki. HEX triplet: EF, E2 and 94. RGB value is (239,226,148). Sum of RGB (Red+Green+Blue) = 239+226+148=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 148 (58.20% from 255 or 24.14% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE294 is #101D6B. Grayscale: #DDDDDD. Windows color (decimal): -1056108 or 9757423. OLE color: 9757423.

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

Color convert

RGB 239 226 148 -
CMYK 0 0.05 0.38 0.06
HSL 51.43º 0.74% 0.76% -
HSV(B) 51.43º 0.38% 0.94% -
XYZ 68.14 74.88 38.88 -
YUV 221 86.81 140.84 -
System Red Green Blue C M Y K H S L
Decimal 239 226 148 0 0.05 0.38 0.06 51.43 0.74 0.76
Hex EF E2 94 0 5 26 6 33 4A 4C
Octal 357 342 224 0 5 46 6 63 112 114
Binary 11101111 11100010 10010100 0 101 100110 110 110011 1001010 1001100

Color Harmonies of #EFE294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE294

Black with #EFE294

Text Example


Text Example

White with #EFE294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE294; }

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

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

background-color css

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

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

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

border-color css

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

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

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