Html Css Color HEX #EFE295 Khaki

📋 copy color: '#EFE295'

red 239 ◦ green 226 ◦ blue 149

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

Shades of Khaki #EFE295

Tints of Khaki #EFE295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.27%

R = 38.93%
G = 36.81%
B = 24.27%

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

#EFE295 (or 0xEFE295) is known color: Khaki. HEX triplet: EF, E2 and 95. RGB value is (239,226,149). Sum of RGB (Red+Green+Blue) = 239+226+149=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 226 (88.67% from 255 or 36.81% from 614); Blue value is 149 (58.59% from 255 or 24.27% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE295 is #101D6A. Grayscale: #DDDDDD. Windows color (decimal): -1056107 or 9822959. OLE color: 9822959.

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

Color convert

RGB 239 226 149 -
CMYK 0 0.05 0.38 0.06
HSL 51.33º 0.74% 0.76% -
HSV(B) 51.33º 0.38% 0.94% -
XYZ 68.22 74.91 39.3 -
YUV 221.11 87.31 140.76 -
System Red Green Blue C M Y K H S L
Decimal 239 226 149 0 0.05 0.38 0.06 51.33 0.74 0.76
Hex EF E2 95 0 5 26 6 33 4A 4C
Octal 357 342 225 0 5 46 6 63 112 114
Binary 11101111 11100010 10010101 0 101 100110 110 110011 1001010 1001100

Color Harmonies of #EFE295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE295

Black with #EFE295

Text Example


Text Example

White with #EFE295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE295; }

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

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

background-color css

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

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

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

border-color css

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

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

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