Html Css Color HEX #EFE496 Khaki

📋 copy color: '#EFE496'

red 239 ◦ green 228 ◦ blue 150

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

Shades of Khaki #EFE496

Tints of Khaki #EFE496

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.95%

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

R = 38.74%
G = 36.95%
B = 24.31%

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

#EFE496 (or 0xEFE496) is known color: Khaki. HEX triplet: EF, E4 and 96. RGB value is (239,228,150). Sum of RGB (Red+Green+Blue) = 239+228+150=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 228 (89.45% from 255 or 36.95% from 617); Blue value is 150 (58.98% from 255 or 24.31% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE496 is #101B69. Grayscale: #DEDEDE. Windows color (decimal): -1055594 or 9889007. OLE color: 9889007.

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

Color convert

RGB 239 228 150 -
CMYK 0 0.05 0.37 0.06
HSL 52.58º 0.74% 0.76% -
HSV(B) 52.58º 0.37% 0.94% -
XYZ 68.85 76.04 39.9 -
YUV 222.4 87.14 139.84 -
System Red Green Blue C M Y K H S L
Decimal 239 228 150 0 0.05 0.37 0.06 52.58 0.74 0.76
Hex EF E4 96 0 5 25 6 35 4A 4C
Octal 357 344 226 0 5 45 6 65 112 114
Binary 11101111 11100100 10010110 0 101 100101 110 110101 1001010 1001100

Color Harmonies of #EFE496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE496

Black with #EFE496

Text Example


Text Example

White with #EFE496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE496; }

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

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

background-color css

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

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

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

border-color css

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

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

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