Html Css Color HEX #EFE296 Khaki

📋 copy color: '#EFE296'

red 239 ◦ green 226 ◦ blue 150

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

Shades of Khaki #EFE296

Tints of Khaki #EFE296

RGB

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

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

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

R = 38.86%
G = 36.75%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EFE296 (or 0xEFE296) is known color: Khaki. HEX triplet: EF, E2 and 96. RGB value is (239,226,150). Sum of RGB (Red+Green+Blue) = 239+226+150=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 226 (88.67% from 255 or 36.75% from 615); Blue value is 150 (58.98% from 255 or 24.39% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE296 is #101D69. Grayscale: #DDDDDD. Windows color (decimal): -1056106 or 9888495. OLE color: 9888495.

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

Color convert

RGB 239 226 150 -
CMYK 0 0.05 0.37 0.06
HSL 51.24º 0.74% 0.76% -
HSV(B) 51.24º 0.37% 0.94% -
XYZ 68.3 74.95 39.72 -
YUV 221.22 87.81 140.68 -
System Red Green Blue C M Y K H S L
Decimal 239 226 150 0 0.05 0.37 0.06 51.24 0.74 0.76
Hex EF E2 96 0 5 25 6 33 4A 4C
Octal 357 342 226 0 5 45 6 63 112 114
Binary 11101111 11100010 10010110 0 101 100101 110 110011 1001010 1001100

Color Harmonies of #EFE296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE296

Black with #EFE296

Text Example


Text Example

White with #EFE296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE296; }

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

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

background-color css

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

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

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

border-color css

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

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

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